Merge pull request 'Fix iOS scroll' (#3472) from fix-ios-scroll into develop
Reviewed-on: https://git.pleroma.social/pleroma/pleroma-fe/pulls/3472
This commit is contained in:
commit
0f5c9ace4f
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