Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Fix firefox scrolling settings tabs differently
Browse files Browse the repository at this point in the history
  • Loading branch information
turt2live committed Feb 6, 2019
1 parent 8b5e4a4 commit 9ca1e87
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions res/css/structures/_TabbedView.scss
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ limitations under the License.
flex-grow: 1;
display: flex;
flex-direction: column;
min-height: 0; // firefox
}

.mx_TabbedView_tabPanelContent {
Expand Down

0 comments on commit 9ca1e87

Please sign in to comment.