Skip to content

Commit

Permalink
fix(popover): disable safe areas in popover
Browse files Browse the repository at this point in the history
  • Loading branch information
nolimits4web committed Jan 23, 2023
1 parent 5ad3d8a commit 5d5bce6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/core/components/popover/popover.less
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 5d5bce6

Please sign in to comment.