Skip to content

Commit a564aa2

Browse files
authored
Merge pull request #3704 from alfonso-salces/MOBILE-4270
MOBILE-4270 theme: Fix popover issue with chrome 114
2 parents cbb33b0 + 5c6d835 commit a564aa2

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

src/theme/theme.base.scss

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1806,3 +1806,21 @@ ion-modal.core-modal-no-background {
18061806
display: none;
18071807
}
18081808
}
1809+
1810+
/*
1811+
* This is to solve popver issue in chrome 114
1812+
* For more info see: https://github.com/ionic-team/ionic-framework/issues/27599
1813+
*/
1814+
[popover].popover-viewport {
1815+
display: initial;
1816+
position: initial;
1817+
margin: initial;
1818+
border: initial;
1819+
background: initial;
1820+
padding: initial;
1821+
width: initial;
1822+
height: initial;
1823+
overflow: initial;
1824+
inset: initial;
1825+
color: initial;
1826+
}

0 commit comments

Comments
 (0)