We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e331c4f commit 23ece39Copy full SHA for 23ece39
1 file changed
website/src/css/custom.css
@@ -15,6 +15,8 @@
15
--ifm-color-primary-lightest: #4298cc;
16
--ifm-code-font-size: 95%;
17
--docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.1);
18
+
19
+ --ifm-navbar-padding-horizontal: 1.5rem;
20
}
21
22
/* For readability concerns, you should choose a lighter palette in dark mode. */
@@ -27,6 +29,14 @@
27
29
--ifm-color-primary-lighter: #6cbff4;
28
30
--ifm-color-primary-lightest: #97d2f7;
31
--docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.3);
32
33
34
+}
35
36
+body {
37
+ /* https://stackoverflow.com/questions/1417934/how-to-prevent-scrollbar-from-repositioning-web-page/39289453#39289453 */
38
+ overflow-x: hidden !important;
39
+ margin-right: calc(100% - 100vw);
40
41
42
div[class^='announcementBar_'] {
0 commit comments