mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
Fix deck options sticky hiding itself
This commit is contained in:
parent
0311e2528e
commit
9d2b3fe1c8
1 changed files with 3 additions and 0 deletions
|
@ -19,3 +19,6 @@ input[type="text"] {
|
|||
padding-inline: 0.5rem;
|
||||
background: var(--canvas-inset);
|
||||
}
|
||||
|
||||
// Setting 100% height causes the sticky element to hide as you scroll down on Safari.
|
||||
html { height: initial; }
|
Loading…
Reference in a new issue