You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-30 02:21:17 +03:00
Fix firefox scrolling settings tabs differently
Fixes https://github.com/vector-im/riot-web/issues/8408
This commit is contained in:
@ -85,6 +85,7 @@ limitations under the License.
|
||||
flex-grow: 1;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
min-height: 0; // firefox
|
||||
}
|
||||
|
||||
.mx_TabbedView_tabPanelContent {
|
||||
|
Reference in New Issue
Block a user