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
2 changed files with 53 additions and 51 deletions
+2
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;
}