remove scrollbar from sidebar

This commit is contained in:
SethBurkart123
2024-05-31 11:28:48 +10:00
parent 94fcec5ec5
commit 76ac608022
+7
View File
@@ -281,6 +281,13 @@ ul.magicDelete > li.deleting {
width: 28px !important; width: 28px !important;
height: 28px !important; height: 28px !important;
} }
#menu ul {
-ms-overflow-style: none !important;
scrollbar-width: none !important;
&::-webkit-scrollbar {
display: none !important;
}
}
#menu ul li { #menu ul li {
margin-left: auto !important; margin-left: auto !important;
margin-right: auto !important; margin-right: auto !important;