Emoji Pack Picker #102
1 changed files with 5 additions and 1 deletions
|
@ -35,8 +35,8 @@
|
|||
}
|
||||
|
||||
.heading {
|
||||
overflow-x: auto;
|
||||
margin-top: 10px;
|
||||
height: 4.8em;
|
||||
}
|
||||
|
||||
.content {
|
||||
|
@ -64,9 +64,13 @@
|
|||
|
||||
.additional-tabs,
|
||||
.emoji-tabs {
|
||||
position: absolute;
|
||||
display: flex;
|
||||
flex-wrap: nowrap;
|
||||
|
||||
overflow: auto;
|
||||
width: 100%;
|
||||
|
||||
&-item {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
|
Loading…
Reference in a new issue