mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 06:22:22 -04:00
support safari
This commit is contained in:
parent
8deedcb405
commit
560917a5e0
1 changed files with 2 additions and 0 deletions
|
@ -19,6 +19,7 @@ input[type="date"],
|
||||||
textarea {
|
textarea {
|
||||||
padding-inline: 0.5rem;
|
padding-inline: 0.5rem;
|
||||||
background: var(--canvas-inset);
|
background: var(--canvas-inset);
|
||||||
|
-webkit-user-select: text;
|
||||||
user-select: text;
|
user-select: text;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -29,6 +30,7 @@ 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;
|
user-select: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue