always hide overflow on RoomList in case Layout screws up

This commit is contained in:
Bruno Windels 2019-01-28 16:03:49 +01:00
parent 87720bac2e
commit 79a44b1bfb

View file

@ -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;
}