diff --git a/wesmere/sass/wmlunits/_common.scss b/wesmere/sass/wmlunits/_common.scss index 28d0af7..6b114d2 100644 --- a/wesmere/sass/wmlunits/_common.scss +++ b/wesmere/sass/wmlunits/_common.scss @@ -72,7 +72,9 @@ div.navbar { flex: 0 0 auto; @include media-tiny-screen-constraint { - order: 1; + order: 0; + position: sticky; + top: 0; } } @@ -82,12 +84,14 @@ div.navbar { border-left: none; @include media-tiny-screen-constraint { - order: 0; + order: 1; } } } ul.navbar { + position: sticky; + top: 0; list-style: none; margin: 0; padding: 0; @@ -166,6 +170,10 @@ ul.navbar { &.overviewlink { margin-top: 2em; + + @include media-tiny-screen-constraint { + display: none; + } } } } diff --git a/wesmere/sass/wmlunits/_unit_tree.scss b/wesmere/sass/wmlunits/_unit_tree.scss index 22472b6..9837d74 100644 --- a/wesmere/sass/wmlunits/_unit_tree.scss +++ b/wesmere/sass/wmlunits/_unit_tree.scss @@ -45,6 +45,9 @@ td.empty { } .raceheader { + position: sticky; + top: 0; + font-size: 1.25em; font-weight: bold; text-align: center;