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

Commit ba92ccf

Browse files
docs: Fixes #135 navbar positioning
Signed-off-by: Florian-Schoenherr <[email protected]>
1 parent cfc5e43 commit ba92ccf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/docs/src/examples/AppBar/drawer.svelte

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@
2222
</div>
2323
<span slot="title"> Click The Menu </span>
2424
</AppBar>
25-
<NavigationDrawer absolute {active}>Content</NavigationDrawer>
25+
<NavigationDrawer style="position: relative" {active}>Content</NavigationDrawer>
2626
<Overlay {active} absolute on:click={toggleNavigation} index={1} />
2727
</div>

0 commit comments

Comments
 (0)