fix Aesthetic bug in sidebar of BetterSEQTA+ #251

This commit is contained in:
Alphons Joseph
2025-05-08 19:41:21 +08:00
parent c206e38ee2
commit ad93a2eb54
+5
View File
@@ -3359,3 +3359,8 @@ body {
-ms-overflow-style: none; -ms-overflow-style: none;
scrollbar-width: none !important; scrollbar-width: none !important;
} }
#menu ul {
-ms-overflow-style: none;
scrollbar-width: none !important;
}