Merge branch 'dev' into feature/tournament-pages

This commit is contained in:
MTG2000
2022-09-01 12:07:30 +03:00

View File

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