Message: Fix for context menu stacking context
This commit is contained in:
parent
155b90ec05
commit
17664e6a73
@ -28,6 +28,12 @@
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
// Restore stacking context
|
||||
// https://developer.mozilla.org/ru/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
|
||||
&.open.shown {
|
||||
transform: none;
|
||||
}
|
||||
|
||||
> .Avatar,
|
||||
> .message-content-wrapper {
|
||||
opacity: 1;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user