1
0
mirror of https://github.com/element-hq/element-web.git synced 2026-01-04 05:29:27 +03:00

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

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 {