mirror of
https://github.com/ankitects/anki.git
synced 2026-01-13 22:13:58 -05:00
Fix deck options sticky hiding itself
This commit is contained in:
parent
0ae9ad2053
commit
89ffab5795
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