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 71932c6 + 89a60af commit b849a09Copy full SHA for b849a09
src/theme/components/ion-popover.scss
@@ -4,11 +4,9 @@ ion-popover {
4
5
// When CSS zoom is not 100%, the calculated position is incorrect.
6
// Workaround: revert zoom on the element but keep it for children.
7
- &::part(content) {
8
- zoom: calc(1 / var(--zoom-ratio));
9
- & > * {
10
- zoom: var(--zoom-ratio);
11
- }
+ zoom: calc(1 / var(--zoom-ratio));
+ & > * {
+ zoom: var(--zoom-ratio);
12
}
13
14
&.md {
0 commit comments