We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cbb33b0 + 5c6d835 commit a564aa2Copy full SHA for a564aa2
src/theme/theme.base.scss
@@ -1806,3 +1806,21 @@ ion-modal.core-modal-no-background {
1806
display: none;
1807
}
1808
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