Update ts/routes/deck-options/deck-options-base.scss

This commit is contained in:
sorata 2025-07-05 13:38:29 +05:30 committed by GitHub
parent 2cf6667967
commit bd6f43b75c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -30,8 +30,12 @@ input {
// Setting 100% height causes the sticky element to hide as you scroll down on Safari. // Setting 100% height causes the sticky element to hide as you scroll down on Safari.
html { html {
height: initial; height: initial;
-webkit-user-select: none; }
user-select: none;
@media (hover: none) and (pointer: coarse) {
-webkit-user-select: none;
user-select: none;
}
} }
[dir="rtl"] .modal-header .btn-close { [dir="rtl"] .modal-header .btn-close {