Fix firefox scrolling settings tabs differently

Fixes https://github.com/vector-im/riot-web/issues/8408
This commit is contained in:
Travis Ralston 2019-02-06 14:11:09 -07:00
parent 8b5e4a4f52
commit 9ca1e875a3

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 {