diff options
Diffstat (limited to 'assets/css/docs.css')
| -rw-r--r-- | assets/css/docs.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/assets/css/docs.css b/assets/css/docs.css index 13b01bfa6..bfce2d314 100644 --- a/assets/css/docs.css +++ b/assets/css/docs.css @@ -939,11 +939,11 @@ body { width: 213px; } .bs-sidebar.affix { - position: fixed; /* Undo the static from mobile-first approach */ + position: fixed; /* Undo the static from mobile first approach */ top: 80px; } .bs-sidebar.affix-bottom { - position: absolute; /* Undo the static from mobile-first approach */ + position: absolute; /* Undo the static from mobile first approach */ } .bs-sidebar.affix-bottom .bs-sidenav, .bs-sidebar.affix .bs-sidenav { |
