fix: scroll apps list in navigation rail to prevent overflow

This commit is contained in:
Linus Rath
2026-05-01 21:35:29 +02:00
parent 878df6bb49
commit 5d292fa43f
2 changed files with 10 additions and 1 deletions
+9
View File
@@ -522,6 +522,15 @@ body {
}
}
.scroll-hidden::-webkit-scrollbar {
display: none;
}
.scroll-hidden {
-ms-overflow-style: none;
scrollbar-width: none;
}
/* Mobile backdrop blur support */
@supports (backdrop-filter: blur(8px)) {
.mobile-backdrop {