forked from AkkomaGang/akkoma-fe
bump z-index so that picker/suggest doesn't get overlapped by mobile button
This commit is contained in:
parent
e805303d3a
commit
0b300e1708
1 changed files with 2 additions and 2 deletions
|
@ -78,7 +78,7 @@
|
|||
}
|
||||
.emoji-picker-panel {
|
||||
position: absolute;
|
||||
z-index: 9;
|
||||
z-index: 20;
|
||||
margin-top: 2px;
|
||||
|
||||
&.hide {
|
||||
|
@ -89,7 +89,7 @@
|
|||
.autocomplete {
|
||||
&-panel {
|
||||
position: absolute;
|
||||
z-index: 9;
|
||||
z-index: 20;
|
||||
margin-top: 2px;
|
||||
|
||||
&.hide {
|
||||
|
|
Loading…
Reference in a new issue