Fixed Scrollbar (again)
ci/woodpecker/pr/woodpecker Pipeline was successful Details

This commit is contained in:
David 2022-08-03 10:46:31 -07:00
parent a28eef7a0a
commit 302d07af35
1 changed files with 5 additions and 3 deletions

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;