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 63c63e8 commit fa2b5b6Copy full SHA for fa2b5b6
src/style/layout.css
@@ -27,7 +27,7 @@ body {
27
top: 0;
28
left: calc(max(0rem, (100vw - var(--observablehq-max-width)) / 2) + var(--observablehq-inset-left) + 2rem);
29
right: calc(max(0rem, (100vw - var(--observablehq-max-width)) / 2) + var(--observablehq-inset-right) + 2rem);
30
- z-index: 1;
+ z-index: 2;
31
display: flex;
32
align-items: center;
33
gap: 0.5rem;
@@ -296,6 +296,7 @@ body {
296
position: fixed;
297
color: var(--theme-foreground-muted);
298
font: 400 14px var(--sans-serif);
299
+ z-index: 1;
300
301
right: calc(max(0rem, (100% - var(--observablehq-max-width)) / 2) + 1rem);
302
bottom: 0;
0 commit comments