Skip to content

Commit 53fc00a

Browse files
committed
fix: Pages getting cut off
1 parent 8ff537d commit 53fc00a

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

assets/css/v2/style.css

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -367,10 +367,9 @@ nav {
367367
grid-column: 1;
368368
position: sticky;
369369
top: 0;
370-
padding: 2rem;
371-
margin-left: -2rem;
370+
padding-top: 2rem;
372371
background-color: white;
373-
width: calc(100% + 4rem);
372+
width: 100%;
374373
z-index: 999;
375374

376375
.sidebar {
@@ -551,7 +550,6 @@ nav {
551550
atomic-search-interface {
552551
height: fit-content;
553552
margin-bottom: 2rem;
554-
margin-top: 2rem;
555553
}
556554

557555
#search-standalone-sidebar {

0 commit comments

Comments
 (0)