mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-20 04:13:02 +00:00
fix(ui-shell): do not unset Content
left margin for rail SideNav
(#1462)
Fixes #1459
This commit is contained in:
parent
1e9a34808f
commit
5bafda10f9
3 changed files with 19 additions and 3 deletions
|
@ -3,3 +3,5 @@ import { writable } from "svelte/store";
|
|||
export const shouldRenderHamburgerMenu = writable(false);
|
||||
|
||||
export const isSideNavCollapsed = writable(false);
|
||||
|
||||
export const isSideNavRail = writable(false);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue