Skip to content
This repository was archived by the owner on Sep 26, 2022. It is now read-only.

Commit 7e1b527

Browse files
fix: set Appbar z-index
Signed-off-by: Florian-Schoenherr <[email protected]>
1 parent f72f9d6 commit 7e1b527

File tree

1 file changed

+2
-3
lines changed
  • packages/svelte-materialify/src/components/AppBar

1 file changed

+2
-3
lines changed

packages/svelte-materialify/src/components/AppBar/AppBar.scss

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@
66
display: block;
77
flex: 1 1 auto;
88
max-width: 100%;
9+
position: relative;
10+
z-index: 5;
911
transition: $app-bar-transition;
1012

1113
.s-app-bar__wrapper {
1214
height: var(--s-app-bar-height);
1315
align-items: center;
1416
display: flex;
15-
position: relative;
16-
z-index: 0;
1717
padding: 4px;
1818

1919
.s-btn.fab {
@@ -63,7 +63,6 @@
6363
&.fixed {
6464
position: fixed;
6565
top: 0;
66-
z-index: 5;
6766
}
6867

6968
&.absolute {

0 commit comments

Comments
 (0)