Skip to content

Commit

Permalink
Merge pull request #3704 from alfonso-salces/MOBILE-4270
Browse files Browse the repository at this point in the history
MOBILE-4270 theme: Fix popover issue with chrome 114
  • Loading branch information
dpalou committed Jun 9, 2023
2 parents cbb33b0 + 5c6d835 commit a564aa2
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions src/theme/theme.base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

0 comments on commit a564aa2

Please sign in to comment.