Fix #3450 - RM hidden by things
This commit is contained in:
parent
8731e46900
commit
ae76c76558
1 changed files with 2 additions and 1 deletions
|
@ -160,7 +160,8 @@ hr.mx_RoomView_myReadMarker {
|
||||||
border-bottom: solid 1px $accent-color;
|
border-bottom: solid 1px $accent-color;
|
||||||
margin-top: 0px;
|
margin-top: 0px;
|
||||||
position: relative;
|
position: relative;
|
||||||
top: 5px;
|
top: -1px;
|
||||||
|
z-index: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_RoomView_statusArea {
|
.mx_RoomView_statusArea {
|
||||||
|
|
Loading…
Reference in a new issue