fix(mobile): remove scrollbar for editing toolbar

This commit is contained in:
Elian Doran 2025-04-10 16:20:37 +03:00
parent 4f09f1a266
commit 830285c866
No known key found for this signature in database

View File

@ -26,6 +26,10 @@ const TPL = /*html*/`\
user-select: none;
}
.classic-toolbar-widget::-webkit-scrollbar {
height: 0 !important;
}
.classic-toolbar-widget.dropdown-active {
height: 50vh;
}