docs: redesigned navigation (#9525)
Redesign navigation bar to reflect new design and allow for dropdowns Closes DX-943
This commit is contained in:
@@ -30,6 +30,12 @@
|
||||
@apply text-ui-fg-subtle;
|
||||
}
|
||||
|
||||
/* Hack to hide navbar / toc when some components like prompt are opened. */
|
||||
body[data-scroll-locked] .z-20,
|
||||
body[data-scroll-locked] .z-10 {
|
||||
z-index: 0 !important;
|
||||
}
|
||||
|
||||
body[data-modal="opened"] {
|
||||
@apply !overflow-hidden text-ui-fg-base;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user