We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b5e090 commit 9e0d87aCopy full SHA for 9e0d87a
docs/assets/css/docs.css
@@ -763,7 +763,7 @@ form.bs-docs-example {
763
764
.bs-docs-sidenav {
765
width: 228px;
766
- margin: 30px 0 20px;
+ margin: 30px 0 0;
767
padding: 0;
768
background-color: #fff;
769
-webkit-border-radius: 6px;
@@ -885,6 +885,9 @@ form.bs-docs-example {
885
width: 166px;
886
margin-top: 20px;
887
}
888
+ .bs-docs-sidenav.affix {
889
+ top: 0;
890
+ }
891
892
893
/* Tablet
@@ -924,6 +927,7 @@ form.bs-docs-example {
924
927
/* Sidenav */
925
928
926
929
width: auto;
930
+ margin-bottom: 20px;
931
932
.bs-docs-sidenav.affix {
933
position: static;
0 commit comments