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:
HJ 2026-02-11 20:22:25 +00:00
commit 0f5c9ace4f

View file

@ -63,10 +63,8 @@
}
.tab-content-wrapper {
display: flex;
flex-direction: column;
height: 100%;
flex: 1 1 auto;
height: 100%;
&.-hidden {
display: none;