Better scroll behaviour for apidocs

This commit is contained in:
Maximilian Krög
2020-08-23 11:18:19 +02:00
parent 83055add03
commit d9bc466f43
4 changed files with 47 additions and 79 deletions

View File

@@ -28,29 +28,6 @@
.example:hover {
background-color: #F5F5F5;
}
::-webkit-scrollbar {
width: 8px;
}
::-webkit-scrollbar-button {
width: 0;
height: 0;
display: none;
}
::-webkit-scrollbar-thumb {
background-color: rgba(0, 0, 0, 0.2);
-webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.10),inset 0 -1px 0 rgba(0, 0, 0, 0.07);
}
::-webkit-scrollbar-thumb:hover {
background-color: rgba(0, 0, 0, 0.4);
}
::-webkit-scrollbar-corner {
background-color: transparent;
}
</style>
<script type="text/javascript" src="Jugl.js"></script>
<script type="text/javascript" src="examples-info.js"></script>