mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-18 14:44:58 +08:00
14 lines
204 B
CSS
14 lines
204 B
CSS
.mx_RoomList {
|
|
position: relative;
|
|
top: -30px;
|
|
padding-top: 30px;
|
|
padding-bottom: 10px;
|
|
height: 100%;
|
|
overflow-y: scroll;
|
|
}
|
|
|
|
.mx_RoomList ul {
|
|
padding: 0px;
|
|
margin: 0px;
|
|
}
|