diff options
author | Volpeon <git@volpeon.ink> | 2024-11-10 21:46:36 +0100 |
---|---|---|
committer | Volpeon <git@volpeon.ink> | 2024-11-10 21:46:36 +0100 |
commit | 108f0f1d1ecc22cc3888bc78be3bb5048e150a81 (patch) | |
tree | 8eee8ca43dfb8d5196a8ef13a0c23c9e060ae54d /src/objects/_popover.scss | |
parent | Flex layout extensions (diff) | |
download | iro-design-master.tar.gz iro-design-master.tar.bz2 iro-design-master.zip |
Diffstat (limited to 'src/objects/_popover.scss')
-rw-r--r-- | src/objects/_popover.scss | 2 |
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); |