changed bottom-shadow hiding method to be more compatible with overflow

This commit is contained in:
Henry Jameson 2018-12-16 02:07:32 +03:00
parent fc7cd6eaf6
commit a1d00b9398
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,6 @@
overflow-y: hidden;
overflow-x: auto;
padding-top: 5px;
height: 32px;
box-sizing: border-box;
&::after, &::before {
@ -33,6 +32,7 @@
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
padding: 5px 1em 99px;
margin-bottom: 5px - 99px - 1px;
white-space: nowrap;
&:not(.active) {