mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-17 09:52:29 +01:00
fix afffix
This commit is contained in:
parent
2b5e09038a
commit
9e0d87a4dd
@ -763,7 +763,7 @@ form.bs-docs-example {
|
||||
|
||||
.bs-docs-sidenav {
|
||||
width: 228px;
|
||||
margin: 30px 0 20px;
|
||||
margin: 30px 0 0;
|
||||
padding: 0;
|
||||
background-color: #fff;
|
||||
-webkit-border-radius: 6px;
|
||||
@ -885,6 +885,9 @@ form.bs-docs-example {
|
||||
width: 166px;
|
||||
margin-top: 20px;
|
||||
}
|
||||
.bs-docs-sidenav.affix {
|
||||
top: 0;
|
||||
}
|
||||
}
|
||||
|
||||
/* Tablet
|
||||
@ -924,6 +927,7 @@ form.bs-docs-example {
|
||||
/* Sidenav */
|
||||
.bs-docs-sidenav {
|
||||
width: auto;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
.bs-docs-sidenav.affix {
|
||||
position: static;
|
||||
|
Loading…
x
Reference in New Issue
Block a user