MOBILE-3833 loading: Let the user scroll on the content on iOS
This commit is contained in:
parent
29b01837c1
commit
ffa95a5115
@ -101,4 +101,6 @@
|
|||||||
:host-context(.ios) {
|
:host-context(.ios) {
|
||||||
--contents-display: flex;
|
--contents-display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
max-height: max-content;
|
||||||
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user