MOBILE-3833 loading: Let the user scroll on the content on iOS

main
Pau Ferrer Ocaña 2022-04-19 11:06:19 +02:00
parent 29b01837c1
commit ffa95a5115
1 changed files with 2 additions and 0 deletions

View File

@ -101,4 +101,6 @@
:host-context(.ios) {
--contents-display: flex;
flex-direction: column;
max-height: max-content;
width: 100%;
}