Fixed Scrollbar (again)
All checks were successful
ci/woodpecker/pr/woodpecker Pipeline was successful

This commit is contained in:
David 2022-08-03 10:46:31 -07:00
parent a28eef7a0a
commit 302d07af35

View file

@ -65,17 +65,19 @@
.additional-tabs, .additional-tabs,
.emoji-tabs { .emoji-tabs {
position: absolute; position: absolute;
display: flex; display: block;
flex-wrap: nowrap; flex-wrap: nowrap;
overflow: auto; overflow: auto;
width: 100%; width: 100%;
white-space: nowrap;
&-item { &-item {
display: flex; vertical-align: top;
display: inline-flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
flex-shrink: 0;
width: 32px; width: 32px;
height: 32px; height: 32px;
padding: .4em; padding: .4em;