mirror of
https://github.com/twbs/bootstrap.git
synced 2025-09-26 21:39:08 +02:00
more work on the sidenav, including small css refactor and new classes
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
|
||||
// back to top
|
||||
setTimeout(function () {
|
||||
$('.bs-docs-sidebar').affix({
|
||||
$('.bs-sidebar').affix({
|
||||
offset: {
|
||||
top: function () { return $window.width() <= 980 ? 290 : 210 }
|
||||
, bottom: 270
|
||||
|
Reference in New Issue
Block a user