Prevent header overlaps the support button

This commit is contained in:
decabeza
2019-02-15 16:06:32 +01:00
parent 6734054330
commit 69cada5f9b

View File

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