We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 055504a commit 73e4191Copy full SHA for 73e4191
1 file changed
src/styles/blocks.css
@@ -77,6 +77,10 @@
77
overflow-y: auto;
78
}
79
80
+body:has(.mobile-nav:target) {
81
+ overflow: hidden;
82
+}
83
+
84
.mobile-nav__header {
85
display: flex;
86
justify-content: space-between;
0 commit comments