fix: sidebar horizontal scrolling and spacing

This commit is contained in:
SethBurkart123
2024-02-04 19:21:30 +11:00
parent 6152186150
commit 629a88a463
2 changed files with 1 additions and 4 deletions
-3
View File
@@ -526,9 +526,6 @@ div > ol:has(.uiFileHandlerWrapper) {
[aria-labelledby="lixycoxs-tab-1"] [minlength="0"] { [aria-labelledby="lixycoxs-tab-1"] [minlength="0"] {
min-height: 8rem !important; min-height: 8rem !important;
} }
#menu ul {
width: 280px; // TODO: I know its 10px larger than its parent, but for some reason there is a 10px right padding that doesn't show up properly in devtools???
}
.student #menu > ul::before { .student #menu > ul::before {
background-image: var(--betterseqta-logo); background-image: var(--betterseqta-logo);
position: -webkit-sticky; position: -webkit-sticky;
+1 -1
View File
@@ -4,7 +4,7 @@
} }
#menu ul:not(:has(li.hasChildren.active)) { #menu ul:not(:has(li.hasChildren.active)) {
overflow: scroll !important; overflow-y: scroll !important;
} }
#menu > ul:has(li.hasChildren.active) > li > label, #menu > ul:has(li.hasChildren.active) > li > label,