Merge pull request #2579 from matrix-org/travis/settings/fix-ff-scroll

Fix firefox scrolling settings tabs differently
pull/21833/head
Travis Ralston 2019-02-07 08:14:08 -07:00 committed by GitHub
commit 5b4ebf3b76
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -85,6 +85,7 @@ limitations under the License.
flex-grow: 1;
display: flex;
flex-direction: column;
min-height: 0; // firefox
}
.mx_TabbedView_tabPanelContent {