From 69cada5f9b134db1f5f04152b78ed8601fc3a021 Mon Sep 17 00:00:00 2001 From: decabeza Date: Fri, 15 Feb 2019 16:06:32 +0100 Subject: [PATCH] Prevent header overlaps the support button --- app/assets/stylesheets/layout.scss | 5 +++++ 1 file changed, 5 insertions(+) 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; }