mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: correct backdrop on mobile for the emoji picker (#21005)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user