mirror of
https://akkoma.dev/AkkomaGang/akkoma-fe
synced 2025-05-05 21:19:30 +08:00
Fixed Scrollbar (again)
This commit is contained in:
parent
a28eef7a0a
commit
302d07af35
1 changed files with 5 additions and 3 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue