style(mobile): minimal formatting bar scrolll

This commit is contained in:
Elian Doran 2025-02-08 09:32:44 +02:00
parent 2db3765bd4
commit 777e504a72
No known key found for this signature in database

View File

@ -38,6 +38,10 @@ const TPL = `\
user-select: none;
}
body.mobile .classic-toolbar-widget.visible::-webkit-scrollbar {
height: 3px;
}
@media (max-width: 991px) {
body.mobile .classic-toolbar-widget.visible {
bottom: calc(var(--tab-bar-height) + var(--launcher-pane-height) + var(--mobile-bottom-offset));