mirror of
https://github.com/ankitects/anki.git
synced 2025-09-21 07:22: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,9 +30,13 @@ input {
|
|||
// Setting 100% height causes the sticky element to hide as you scroll down on Safari.
|
||||
html {
|
||||
height: initial;
|
||||
}
|
||||
|
||||
@media (hover: none) and (pointer: coarse) {
|
||||
-webkit-user-select: none;
|
||||
user-select: none;
|
||||
}
|
||||
}
|
||||
|
||||
[dir="rtl"] .modal-header .btn-close {
|
||||
padding: 1rem 1rem !important;
|
||||
|
|
Loading…
Reference in a new issue