mirror of
https://akkoma.dev/AkkomaGang/akkoma-fe
synced 2025-05-06 05:29:12 +08:00
Scrollbar fix
This commit is contained in:
parent
f351e2e8dc
commit
bc36608a6a
1 changed files with 2 additions and 5 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue