Merge pull request #5090 from matrix-org/jryans/safari-roomlist-scroll

Fix room list scrolling in Safari
pull/21833/head
J. Ryan Stinnett 2020-08-05 14:45:27 +01:00 committed by GitHub
commit 2f3eff4301
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -137,6 +137,7 @@ $tagPanelWidth: 56px; // only applies in this file, used for calculations
.mx_LeftPanel_roomListWrapper { .mx_LeftPanel_roomListWrapper {
overflow: hidden; overflow: hidden;
margin-top: 10px; // so we're not up against the search/filter margin-top: 10px; // so we're not up against the search/filter
flex: 1 0 0; // needed in Safari to properly set flex-basis
&.mx_LeftPanel_roomListWrapper_stickyBottom { &.mx_LeftPanel_roomListWrapper_stickyBottom {
padding-bottom: 32px; padding-bottom: 32px;