|
175 | 175 | h4,
|
176 | 176 | h5,
|
177 | 177 | h6 {
|
178 |
| - scroll-margin-top: 1.5rem; |
| 178 | + scroll-margin-top: 6.5rem; |
179 | 179 | }
|
180 | 180 |
|
181 | 181 | /* MARK: Header
|
@@ -364,10 +364,30 @@ nav {
|
364 | 364 | }
|
365 | 365 |
|
366 | 366 | .sidebar-layout {
|
367 |
| - display: flex; |
368 |
| - flex-direction: column; |
369 |
| - position: relative; |
370 |
| - z-index: 2; |
| 367 | + grid-column: 1; |
| 368 | + position: sticky; |
| 369 | + top: 0; |
| 370 | + padding: 2rem; |
| 371 | + margin-left: -2rem; |
| 372 | + background-color: white; |
| 373 | + width: calc(100% + 4rem); |
| 374 | + z-index: 999; |
| 375 | + |
| 376 | + .sidebar { |
| 377 | + justify-content: center; |
| 378 | + width: 100%; |
| 379 | + } |
| 380 | + |
| 381 | + .scrollbar-container { |
| 382 | + display: none; |
| 383 | + } |
| 384 | + |
| 385 | + .scrollbar-container, |
| 386 | + .product-selector-button { |
| 387 | + min-width: 20rem; |
| 388 | + max-width: 50rem; |
| 389 | + width: 100%; |
| 390 | + } |
371 | 391 | }
|
372 | 392 |
|
373 | 393 | #searchbox {
|
@@ -420,10 +440,6 @@ nav {
|
420 | 440 | grid-template-rows: repeat(2, auto);
|
421 | 441 | column-gap: var(--grid-column-gutter);
|
422 | 442 | }
|
423 |
| - |
424 |
| - .sidebar-layout { |
425 |
| - display: none; |
426 |
| - } |
427 | 443 | }
|
428 | 444 |
|
429 | 445 | @media (min-width: 88em) {
|
@@ -467,6 +483,17 @@ nav {
|
467 | 483 | .content-layout .side-gutter {
|
468 | 484 | grid-column-start: 2;
|
469 | 485 | }
|
| 486 | + |
| 487 | + .sidebar-layout { |
| 488 | + display: flex; |
| 489 | + flex-direction: column; |
| 490 | + position: relative; |
| 491 | + z-index: 2; |
| 492 | + |
| 493 | + .scrollbar-container { |
| 494 | + display: block !important; |
| 495 | + } |
| 496 | + } |
470 | 497 | }
|
471 | 498 |
|
472 | 499 | .list-page {
|
@@ -618,6 +645,10 @@ body:not(:has(.main-layout)) header atomic-search-interface {
|
618 | 645 | body:has(.sidebar-layout) header atomic-search-interface {
|
619 | 646 | display: block;
|
620 | 647 | }
|
| 648 | + |
| 649 | + body:has(.sidebar-layout) #sidebar-v2 atomic-search-interface { |
| 650 | + display: none; |
| 651 | + } |
621 | 652 | }
|
622 | 653 |
|
623 | 654 | @media (max-width: 1023px) {
|
@@ -1123,6 +1154,13 @@ blockquote p:last-child {
|
1123 | 1154 | grid-column: 2 !important;
|
1124 | 1155 | align-self: start;
|
1125 | 1156 | }
|
| 1157 | + |
| 1158 | + .sidebar-layout { |
| 1159 | + .scrollbar-container, |
| 1160 | + .product-selector-button { |
| 1161 | + max-width: 100%; |
| 1162 | + } |
| 1163 | + } |
1126 | 1164 | }
|
1127 | 1165 |
|
1128 | 1166 | blockquote > div > * {
|
|
0 commit comments