mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-17 11:11:25 +00:00
parent
dfa83bec9a
commit
bc7f5821b8
16 changed files with 26 additions and 25 deletions
|
@ -64,7 +64,7 @@
|
|||
}}"
|
||||
class:bx--side-nav__overlay="{true}"
|
||||
class:bx--side-nav__overlay-active="{isOpen}"
|
||||
style="{isOpen && 'z-index: 6000'}"
|
||||
style:z-index="{isOpen ? 6000 : undefined}"
|
||||
></div>
|
||||
{/if}
|
||||
<nav
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue