mirror of
https://github.com/element-hq/element-web
synced 2024-11-23 01:35:49 +03:00
Fix firefox scrolling settings tabs differently
Fixes https://github.com/vector-im/riot-web/issues/8408
This commit is contained in:
parent
8b5e4a4f52
commit
9ca1e875a3
1 changed files with 1 additions and 0 deletions
|
@ -85,6 +85,7 @@ limitations under the License.
|
|||
flex-grow: 1;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
min-height: 0; // firefox
|
||||
}
|
||||
|
||||
.mx_TabbedView_tabPanelContent {
|
||||
|
|
Loading…
Reference in a new issue