Scrollbar fix

This commit is contained in:
David 2022-08-03 08:43:05 -07:00
parent f351e2e8dc
commit bc36608a6a

View file

@ -35,9 +35,8 @@
} }
.heading { .heading {
display: flex; overflow-x: auto;
// height: 32px; margin-top: 10px;
padding: 10px 7px 5px;
} }
.content { .content {
@ -67,8 +66,6 @@
.emoji-tabs { .emoji-tabs {
display: flex; display: flex;
flex-wrap: nowrap; flex-wrap: nowrap;
width: 100%;
overflow-x: scroll;
&-item { &-item {
display: flex; display: flex;