mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 10:21: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>
|
</Theme>
|
||||||
|
|
||||||
<style global>
|
<style global>
|
||||||
|
.bx--side-nav__overlay-active {
|
||||||
|
z-index: calc(10 + 1); /** supersede the z-index of code snippets */
|
||||||
|
}
|
||||||
|
|
||||||
.body-short-01 {
|
.body-short-01 {
|
||||||
font-size: var(--cds-body-short-01-font-size);
|
font-size: var(--cds-body-short-01-font-size);
|
||||||
font-weight: var(--cds-body-short-01-font-weight);
|
font-weight: var(--cds-body-short-01-font-weight);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue