mobile fixes

This commit is contained in:
Henry Jameson 2018-12-05 12:01:24 +03:00
parent 51cf4dc298
commit 6636c0f551
3 changed files with 10 additions and 2 deletions

View file

@ -11,7 +11,8 @@
position: relative;
justify-content: center;
width: 100%;
overflow: hidden;
overflow-y: hidden;
overflow-x: auto;
padding-top: 5px;
height: 32px;
box-sizing: border-box;
@ -33,6 +34,7 @@
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
padding: 5px 1em 99px;
white-space: nowrap;
&:not(.active) {
z-index: 4;