summaryrefslogtreecommitdiffstats
path: root/src/objects/_popover.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/objects/_popover.scss')
-rw-r--r--src/objects/_popover.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/objects/_popover.scss b/src/objects/_popover.scss
index fa65ddb..afdcf32 100644
--- a/src/objects/_popover.scss
+++ b/src/objects/_popover.scss
@@ -10,7 +10,7 @@
10 @include materialize-at-root(meta.module-variables('vars')); 10 @include materialize-at-root(meta.module-variables('vars'));
11 11
12 @include bem.object('popover') { 12 @include bem.object('popover') {
13 position: absolute; 13 position: fixed;
14 inset-block-start: 0; 14 inset-block-start: 0;
15 inset-inline-start: 0; 15 inset-inline-start: 0;
16 z-index: props.get(vars.$z-index); 16 z-index: props.get(vars.$z-index);