Fix iOS scroll not working in settings modal
This commit is contained in:
parent
02f952047d
commit
9ae56174c9
1 changed files with 1 additions and 3 deletions
|
|
@ -63,10 +63,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.tab-content-wrapper {
|
.tab-content-wrapper {
|
||||||
display: flex;
|
|
||||||
flex-direction: column;
|
|
||||||
height: 100%;
|
|
||||||
flex: 1 1 auto;
|
flex: 1 1 auto;
|
||||||
|
height: 100%;
|
||||||
|
|
||||||
&.-hidden {
|
&.-hidden {
|
||||||
display: none;
|
display: none;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue