summaryrefslogtreecommitdiffstats
path: root/src/objects/_popover.scss
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2024-11-10 21:46:36 +0100
committerVolpeon <git@volpeon.ink>2024-11-10 21:46:36 +0100
commit108f0f1d1ecc22cc3888bc78be3bb5048e150a81 (patch)
tree8eee8ca43dfb8d5196a8ef13a0c23c9e060ae54d /src/objects/_popover.scss
parentFlex layout extensions (diff)
downloadiro-design-master.tar.gz
iro-design-master.tar.bz2
iro-design-master.zip
Fix popoverHEADmaster
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);