mirror of
https://github.com/ankitects/anki.git
synced 2025-09-21 15:32:23 -04:00
Update ts/routes/deck-options/deck-options-base.scss
This commit is contained in:
parent
2cf6667967
commit
bd6f43b75c
1 changed files with 6 additions and 2 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue