Fix deck options sticky hiding itself

This commit is contained in:
Damien Elmes 2022-12-04 15:07:48 +10:00
parent 0ae9ad2053
commit 89ffab5795

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