Fix emoji picker dropdown background and borders (#29653)

This commit is contained in:
Claire
2024-03-20 12:06:50 +01:00
committed by GitHub
parent a583317df6
commit e36e7ea243
2 changed files with 5 additions and 15 deletions

View File

@@ -4848,6 +4848,11 @@ a.status-card {
position: relative;
margin-top: 5px;
z-index: 2;
background: var(--dropdown-background-color);
backdrop-filter: var(--background-filter);
border: 1px solid var(--dropdown-border-color);
box-shadow: var(--dropdown-shadow);
border-radius: 5px;
.emoji-mart-scroll {
transition: opacity 200ms ease;