Fix emoji picker popup z-index

This commit is contained in:
Josh Perez 2022-06-23 16:18:02 -04:00 committed by GitHub
parent 473318066c
commit a66c9f167b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -6780,7 +6780,7 @@ button.module-image__border-overlay:focus {
padding: 0;
margin-bottom: 6px;
border-radius: 8px;
z-index: $z-index-above-base;
z-index: $z-index-popup;
overflow: hidden;
&--scroller {