Fix deck options sticky hiding itself
This commit is contained in:
parent
0311e2528e
commit
9d2b3fe1c8
@ -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 New Issue
Block a user