mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 02:11:05 +00:00
docs: fix sidenav overlay z-index
This commit is contained in:
parent
3203e7a61f
commit
5a96f3f49d
1 changed files with 4 additions and 0 deletions
|
@ -149,6 +149,10 @@
|
|||
</Theme>
|
||||
|
||||
<style global>
|
||||
.bx--side-nav__overlay-active {
|
||||
z-index: calc(10 + 1); /** supersede the z-index of code snippets */
|
||||
}
|
||||
|
||||
.body-short-01 {
|
||||
font-size: var(--cds-body-short-01-font-size);
|
||||
font-weight: var(--cds-body-short-01-font-weight);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue