diff --git a/app/assets/stylesheets/layout.scss b/app/assets/stylesheets/layout.scss index f30efb074..0e089ff9a 100644 --- a/app/assets/stylesheets/layout.scss +++ b/app/assets/stylesheets/layout.scss @@ -447,6 +447,11 @@ header { border-bottom: 1px solid $border; margin-bottom: $line-height; + @include breakpoint(small down) { + position: relative; + z-index: 10; + } + .selected { border-bottom: 1px solid #fff; }