Merge pull request #3704 from alfonso-salces/MOBILE-4270

MOBILE-4270 theme: Fix popover issue with chrome 114
main
Dani Palou 2023-06-09 09:39:58 +02:00 committed by GitHub
commit a564aa2f4d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 18 additions and 0 deletions

View File

@ -1806,3 +1806,21 @@ ion-modal.core-modal-no-background {
display: none;
}
}
/*
* This is to solve popver issue in chrome 114
* For more info see: https://github.com/ionic-team/ionic-framework/issues/27599
*/
[popover].popover-viewport {
display: initial;
position: initial;
margin: initial;
border: initial;
background: initial;
padding: initial;
width: initial;
height: initial;
overflow: initial;
inset: initial;
color: initial;
}