diff --git a/src/tedi/components/overlays/popover/popover.module.scss b/src/tedi/components/overlays/popover/popover.module.scss index 6aceedab3..747f4a04c 100644 --- a/src/tedi/components/overlays/popover/popover.module.scss +++ b/src/tedi/components/overlays/popover/popover.module.scss @@ -18,7 +18,7 @@ $popover-width: ( @each $name, $width in $popover-width { &--#{$name} { - width: min(#{$width}, calc(100vw - 1rem)); + width: min(#{$width}, calc(100% - 1rem)); } }