mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-04 11:51:36 +02:00
always hide overflow on RoomList in case Layout screws up
This commit is contained in:
parent
87720bac2e
commit
79a44b1bfb
@ -19,9 +19,11 @@ limitations under the License.
|
||||
/* take up remaining space below TopLeftMenu */
|
||||
flex: 1;
|
||||
min-height: 0;
|
||||
overflow-y: hidden;
|
||||
}
|
||||
|
||||
.mx_RoomList .mx_ResizeHandle {
|
||||
// needed so the z-index takes effect
|
||||
position: relative;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user