fix(mobile): remove vertical scrollbar for editing toolbar

This commit is contained in:
Elian Doran 2025-04-10 16:58:30 +03:00
parent 830285c866
commit 1aa69ba268
No known key found for this signature in database

View File

@ -28,6 +28,7 @@ const TPL = /*html*/`\
.classic-toolbar-widget::-webkit-scrollbar {
height: 0 !important;
width: 0 !important;
}
.classic-toolbar-widget.dropdown-active {