diff --git a/custom.css b/custom.css index 7ae03fa..0e7b02c 100644 --- a/custom.css +++ b/custom.css @@ -1,5 +1,5 @@ .md-header{ - background-color: #023342; + background-color: #841F36; } @media screen and (min-width: 790px) { @@ -10,4 +10,19 @@ .md-sidebar{ width: auto; } +} + +/* Fix padding Chrome browsers */ +@supports selector(::-webkit-scrollbar) { + .md-sidebar__scrollwrap { + scrollbar-gutter: auto + } + + [dir=ltr] .md-sidebar__inner { + padding-right: 0; + } + + [dir=rtl] .md-sidebar__inner { + padding-left: calc(100% - 11.5rem) + } } \ No newline at end of file