mirror of
https://akkoma.dev/lamp/akkoma-fe.git
synced 2025-08-05 10:51:51 -04:00
bump z-index so that picker/suggest doesn't get overlapped by mobile button
This commit is contained in:
parent
e805303d3a
commit
0b300e1708
@ -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…
x
Reference in New Issue
Block a user