Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit ed34952

Browse files
author
Germain Souquet
committed
Reduce z-index for event tile overlay
1 parent 365c209 commit ed34952

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

res/css/views/rooms/_EventTile.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -783,7 +783,8 @@ $left-gutter: 64px;
783783
bottom: 0;
784784
left: 0;
785785
right: 0;
786-
z-index: 999;
786+
/* enough to cover all sibling elements */
787+
z-index: 10;
787788
}
788789

789790
&:last-child {

0 commit comments

Comments
 (0)