FIX: correct backdrop on mobile for the emoji picker (#21005)

This commit is contained in:
Joffrey JAFFEUX
2023-04-06 15:51:40 +02:00
committed by GitHub
parent ea548292bc
commit 5c2c1bf9a7

View File

@@ -18,8 +18,7 @@
left: 0;
right: 0;
bottom: 0;
background: var(--primary);
opacity: 0.8;
background: rgba(var(--always-black-rgb), 0.75);
z-index: z("header") + 1;
}
}