We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bad73a2 + e7b4613 commit 80856fdCopy full SHA for 80856fd
1 file changed
docs/styles.css
@@ -1 +1,13 @@
1
@import "tailwindcss";
2
+
3
+/*
4
+ * Vocs still sizes the desktop right gutter as 100vh while also offsetting it by
5
+ * the fixed banner height, which pushes the bottom of the outline off-screen.
6
+ * Limit this override to desktop because the gutter layout changes below 1081px.
7
+ */
8
+@media screen and (min-width: 1081px) {
9
+ .vocs_DocsLayout_gutterRight {
10
+ bottom: 0;
11
+ height: auto !important;
12
+ }
13
+}
0 commit comments