We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d0d5ad commit 38a5573Copy full SHA for 38a5573
1 file changed
src/css/tailwind.css
@@ -292,10 +292,11 @@ details[open] .summary-swap-open {
292
}
293
294
/* Desktop sticky nav */
295
-@media (min-width: 768px) and (min-height: 53.75em) { /* 860px */
+@media (min-width: 768px) { /* 860px */
296
.page-header {
297
position: sticky;
298
top: 0;
299
+ overflow-y: auto;
300
301
.page-nav {
302
justify-content: space-between;
0 commit comments