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 e570295 commit 54b34dfCopy full SHA for 54b34df
assets/styles/style.css
@@ -1,3 +1,11 @@
1
body {
2
font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
3
}
4
+
5
+/* Fix document outline in the right sidebar from overflowing off the page.
6
+ *
7
+ * See: <https://github.com/jupyter-book/myst-theme/pull/665>
8
+ */
9
+[aria-label="Document Outline"] {
10
+ max-height: calc(100vh - 100px) !important;
11
+}
0 commit comments