diff --git a/src/styles/shared.scss b/src/styles/shared.scss index 6441768..6a03db4 100644 --- a/src/styles/shared.scss +++ b/src/styles/shared.scss @@ -19,3 +19,8 @@ button[disabled] { top: calc(var(--navHeight) + 16px); max-height: calc(100vh - var(--navHeight) - 16px); } + +.sticky-top-element { + position: sticky; + top: calc(var(--navHeight)); +}