Skip to content

Commit

Permalink
BZ-20571: feat: expose css variable to position of toolbar
Browse files Browse the repository at this point in the history
- exposed css variable to postion toolbar
  • Loading branch information
wardhan28 authored and sinha-sahil committed May 9, 2024
1 parent 6e653b3 commit 7014415
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/Toolbar/Toolbar.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
padding: var(--toolbar-padding, 0px);
height: fit-content;
width: 100vw;
position: fixed;
position: var(--toolbar-position, fixed);
top: 0;
left: 0;
right: 0;
Expand Down

0 comments on commit 7014415

Please sign in to comment.