client/css: make tab navigations scrollable on smaller screens

This commit is contained in:
Michael Serajnik
2017-12-18 19:41:53 +01:00
committed by rr-
parent a962bb351a
commit 23a28ce69c
5 changed files with 39 additions and 4 deletions

View File

@ -76,6 +76,17 @@ form .fa-question-circle-o
margin: 0 auto
>*:first-child, form h1
margin-top: 0
nav.buttons
ul
display: block
max-width: 100%
white-space: nowrap
overflow-x: auto
&::-webkit-scrollbar
height: 6px
background-color: $scrollbar-bg-color
&::-webkit-scrollbar-thumb
background-color: $scrollbar-thumb-color
>.content-wrapper:not(.transparent)
background: $top-navigation-color
padding: 1.8em