1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-10 09:22:25 +03:00

Reduce z-index for event tile overlay

This commit is contained in:
Germain Souquet
2021-12-17 08:41:41 +01:00
parent 365c209caf
commit ed34952cca

View File

@@ -783,7 +783,8 @@ $left-gutter: 64px;
bottom: 0; bottom: 0;
left: 0; left: 0;
right: 0; right: 0;
z-index: 999; /* enough to cover all sibling elements */
z-index: 10;
} }
&:last-child { &:last-child {