fix(ui): disallow text selection in dropdown-menus

This commit is contained in:
Panagiotis Papadopoulos 2025-02-10 20:18:35 +01:00
parent 1e95135720
commit c8f5f8dfcc

View File

@ -294,6 +294,8 @@ button kbd {
color: var(--menu-text-color) !important;
font-size: inherit;
background-color: var(--menu-background-color) !important;
user-select: none;
-webkit-user-select: none;
}
body.desktop .dropdown-menu {