diff --git a/src/core/components/popover/popover.less b/src/core/components/popover/popover.less index da45937375..ebdad3ef2b 100644 --- a/src/core/components/popover/popover.less +++ b/src/core/components/popover/popover.less @@ -19,6 +19,10 @@ border-radius: var(--f7-popover-border-radius); box-shadow: var(--f7-popover-box-shadow); will-change: transform, opacity; + --f7-safe-area-top: 0px; + --f7-safe-area-left: 0px; + --f7-safe-area-right: 0px; + --f7-safe-area-bottom: 0px; .list { margin: 0; ul {