Fix emoji picker popup z-index
This commit is contained in:
parent
473318066c
commit
a66c9f167b
1 changed files with 1 additions and 1 deletions
|
@ -6780,7 +6780,7 @@ button.module-image__border-overlay:focus {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin-bottom: 6px;
|
margin-bottom: 6px;
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
z-index: $z-index-above-base;
|
z-index: $z-index-popup;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
|
||||||
&--scroller {
|
&--scroller {
|
||||||
|
|
Loading…
Reference in a new issue