always hide overflow on RoomList in case Layout screws up
This commit is contained in:
parent
87720bac2e
commit
79a44b1bfb
1 changed files with 2 additions and 0 deletions
|
@ -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…
Reference in a new issue