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 8ff537d commit 53fc00aCopy full SHA for 53fc00a
assets/css/v2/style.css
@@ -367,10 +367,9 @@ nav {
367
grid-column: 1;
368
position: sticky;
369
top: 0;
370
- padding: 2rem;
371
- margin-left: -2rem;
+ padding-top: 2rem;
372
background-color: white;
373
- width: calc(100% + 4rem);
+ width: 100%;
374
z-index: 999;
375
376
.sidebar {
@@ -551,7 +550,6 @@ nav {
551
550
atomic-search-interface {
552
height: fit-content;
553
margin-bottom: 2rem;
554
- margin-top: 2rem;
555
}
556
557
#search-standalone-sidebar {
0 commit comments