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 1c42bfe commit 4a66a4eCopy full SHA for 4a66a4e
custom.css
@@ -1,5 +1,5 @@
1
.md-header{
2
- background-color: #023342;
+ background-color: #841F36;
3
}
4
5
@media screen and (min-width: 790px) {
@@ -10,4 +10,19 @@
10
.md-sidebar{
11
width: auto;
12
13
+}
14
+
15
+/* Fix padding Chrome browsers */
16
+@supports selector(::-webkit-scrollbar) {
17
+ .md-sidebar__scrollwrap {
18
+ scrollbar-gutter: auto
19
+ }
20
21
+ [dir=ltr] .md-sidebar__inner {
22
+ padding-right: 0;
23
24
25
+ [dir=rtl] .md-sidebar__inner {
26
+ padding-left: calc(100% - 11.5rem)
27
28
0 commit comments