Fix sidebar scrolling, and split apart list for data types in bindings.
This commit is contained in:
+5
-1
@@ -1058,7 +1058,7 @@ table td em {
|
||||
|
||||
div#sidebar {
|
||||
float: left;
|
||||
position: sticky;
|
||||
position: fixed;
|
||||
top: 5px;
|
||||
min-width: 200px;
|
||||
font-size: 90%;
|
||||
@@ -1125,3 +1125,7 @@ div#sidebar details[open] summary::after {
|
||||
max-width: 200px;
|
||||
}
|
||||
}
|
||||
|
||||
div#data-formats-div li {
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user