docs: fix sidenav overlay z-index

This commit is contained in:
Eric Liu 2021-10-16 14:54:54 -07:00
commit 5a96f3f49d

View file

@ -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);