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

pull/1157/head
Panagiotis Papadopoulos 2025-02-10 20:18:35 +07:00
parent 1e95135720
commit c8f5f8dfcc
1 changed files with 2 additions and 0 deletions

@ -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 {