We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28338d2 commit 1ffe092Copy full SHA for 1ffe092
assets/css/v2/style.css
@@ -531,6 +531,12 @@ nav {
531
column-gap: var(--grid-column-gutter);
532
}
533
534
+ .breadcrumb-layout {
535
+ position: sticky !important;
536
+ top: 0;
537
+ z-index: 3;
538
+ }
539
+
540
body:has(#sidebar-v2[style*="block"]) {
541
/* Disable scrolling in main content + hide footer if the sidebar is visible */
542
overflow-y: hidden;
@@ -1010,9 +1016,7 @@ p {
1010
1016
1011
1017
1012
1018
.breadcrumb-layout {
1013
- position: sticky;
1014
- top: 0;
1015
- z-index: 3;
1019
+ position: relative;
1020
background-color: white;
1021
width: calc(100% + 4rem);
1022
margin-left: -2rem;
0 commit comments