MOBILE-4362 theme: Apply transparent popover backdrop only on Android

main
Pau Ferrer Ocaña 2023-10-17 16:21:59 +02:00
parent 355fd88bb2
commit 4509044144
1 changed files with 6 additions and 4 deletions

View File

@ -1898,12 +1898,14 @@ ion-popover {
&.md {
margin-top: 2px;
margin-bottom: 2px;
}
// Never show backdrop on popovers
// Never show backdrop on popovers on Android
// @todo Apply box shadow on ios and make it transparent too. The main problem is the box arrow.
ion-backdrop {
background: transparent;
}
}
}
/*
* This is to solve popver issue in chrome 114