Commit e5964283 authored by Mark Otto's avatar Mark Otto

remove relative and top positioning from docs sidenav at narrow layout

parent 2fda6a45
...@@ -760,10 +760,9 @@ form.bs-docs-example { ...@@ -760,10 +760,9 @@ form.bs-docs-example {
.bs-docs-sidenav { .bs-docs-sidenav {
width: 228px; width: 228px;
margin-top: 30px; margin: 30px 0 20px;
padding: 0; padding: 0;
background-color: #fff; background-color: #fff;
margin-left: 0;
-webkit-border-radius: 6px; -webkit-border-radius: 6px;
-moz-border-radius: 6px; -moz-border-radius: 6px;
border-radius: 6px; border-radius: 6px;
...@@ -924,8 +923,9 @@ form.bs-docs-example { ...@@ -924,8 +923,9 @@ form.bs-docs-example {
width: auto; width: auto;
} }
.bs-docs-sidenav.affix { .bs-docs-sidenav.affix {
position: relative; position: static;
width: auto; width: auto;
top: 0;
} }
/* Unfloat the back to top link in footer */ /* Unfloat the back to top link in footer */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment