Skip to content

Commit f207f8d

Browse files
authored
Make header docs dropdown fully visible at all widths (#250)
From viewport widths less than ~1300px down to the breakpoint at 1024px when the TOC is removed and accessed via the burger icon the Docs drop-down menu is partly off-screen because of the increased width. Aligning dropdowns to the left prevents part of the docs dropdown from disappearing off the left of the viewport.
1 parent c5f2ace commit f207f8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/css/header.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@ body {
406406
border-radius: 0 0 0.25rem 0.25rem;
407407
display: none;
408408
top: 100%;
409-
right: 0;
409+
left: 0;
410410
min-width: 100%;
411411
position: absolute;
412412
}

0 commit comments

Comments
 (0)