forked from AkkomaGang/akkoma-fe
changed bottom-shadow hiding method to be more compatible with overflow
This commit is contained in:
parent
fc7cd6eaf6
commit
a1d00b9398
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue