mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
19 lines
287 B
CSS
19 lines
287 B
CSS
.mx_RoomView {
|
|
display: table-cell;
|
|
padding-left: 5px;
|
|
word-wrap: break-word;
|
|
position: relative;
|
|
padding-bottom: 70px
|
|
}
|
|
|
|
.mx_RoomView ul {
|
|
padding: 0px;
|
|
margin: 0px;
|
|
height: 100%;
|
|
overflow-y: scroll;
|
|
}
|
|
|
|
.mx_RoomView li {
|
|
list-style-type: none;
|
|
}
|