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