Skip to content

Commit

Permalink
this only half-works
Browse files Browse the repository at this point in the history
  • Loading branch information
Fil committed Mar 8, 2024
1 parent 5222f99 commit 1953295
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/style/layout.css
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@
top: 0;
bottom: 0;
left: -272px;
margin-left: calc(max(0px, (100vw - 1252px)/2 - 272px));
box-sizing: border-box;
padding: 0 0.5rem 1rem 0.5rem;
overflow-y: auto;
Expand Down Expand Up @@ -237,6 +238,7 @@
right: 0;
bottom: 0;
overflow-y: auto;
margin-right: calc(max(0px, (100vw - 1252px)/2 - 272px));
}

#observablehq-toc nav {
Expand Down

0 comments on commit 1953295

Please sign in to comment.