mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-29 08:14:42 +00:00
remove relative and top positioning from docs sidenav at narrow layout
This commit is contained in:
parent
2fda6a45aa
commit
e59642838f
1 changed files with 3 additions and 3 deletions
|
|
@ -760,10 +760,9 @@ form.bs-docs-example {
|
|||
|
||||
.bs-docs-sidenav {
|
||||
width: 228px;
|
||||
margin-top: 30px;
|
||||
margin: 30px 0 20px;
|
||||
padding: 0;
|
||||
background-color: #fff;
|
||||
margin-left: 0;
|
||||
-webkit-border-radius: 6px;
|
||||
-moz-border-radius: 6px;
|
||||
border-radius: 6px;
|
||||
|
|
@ -924,8 +923,9 @@ form.bs-docs-example {
|
|||
width: auto;
|
||||
}
|
||||
.bs-docs-sidenav.affix {
|
||||
position: relative;
|
||||
position: static;
|
||||
width: auto;
|
||||
top: 0;
|
||||
}
|
||||
|
||||
/* Unfloat the back to top link in footer */
|
||||
|
|
|
|||
Loading…
Reference in a new issue