Merge pull request #2514 from matrix-org/bwindels/roomlistjslayout-bis

Redesign: new roomlist layout fixes
This commit is contained in:
David Baker 2019-01-28 15:53:28 +00:00 committed by GitHub
commit 2d61a2508d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 53 additions and 51 deletions

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