Fix sidebar scrolling, and split apart list for data types in bindings.

This commit is contained in:
Ryan Curtin
2024-05-02 12:55:09 -04:00
parent edd924fb71
commit b27082a70f
+5 -1
View File
@@ -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;
}