diff --git a/mkdocs.yml b/mkdocs.yml index c42754366..0a1338201 100755 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -37,8 +37,8 @@ theme_dir: material # Options extra: - #feature: - # tabs: true + # feature: + # tabs: true palette: primary: indigo accent: indigo diff --git a/src/assets/stylesheets/_shame.scss b/src/assets/stylesheets/_shame.scss index 0add3bad0..b1b70535a 100644 --- a/src/assets/stylesheets/_shame.scss +++ b/src/assets/stylesheets/_shame.scss @@ -23,3 +23,10 @@ // ---------------------------------------------------------------------------- // Nothing to see here, move along // ---------------------------------------------------------------------------- + +html .md-sidebar--secondary { + // float: initial; + // //margin-left: 122rem; + // right: 0; + // position: absolute; +}