Message: Fix for context menu stacking context

This commit is contained in:
Alexander Zinchuk 2021-04-24 13:35:57 +03:00
parent 155b90ec05
commit 17664e6a73

View File

@ -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;