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

Fix firefox scrolling settings tabs differently
This commit is contained in:
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

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 {