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,
.emoji-tabs {
position: absolute;
display: flex;
display: block;
flex-wrap: nowrap;
overflow: auto;
width: 100%;
white-space: nowrap;
&-item {
display: flex;
vertical-align: top;
display: inline-flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
width: 32px;
height: 32px;
padding: .4em;