Fix deck options sticky hiding itself

This commit is contained in:
Damien Elmes 2022-12-04 15:07:48 +10:00
parent 0311e2528e
commit 9d2b3fe1c8

View File

@ -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; }