From 45b59f4307da4c343c605abe41b4909ba632abf1 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 28 Oct 2014 22:57:16 -0700 Subject: Reverts #14848, the overflow scrolling in the docs sidebar /cc @hnrch02 --- docs/assets/css/src/docs.css | 2 -- 1 file changed, 2 deletions(-) (limited to 'docs/assets/css/src/docs.css') diff --git a/docs/assets/css/src/docs.css b/docs/assets/css/src/docs.css index 431ee905f..57a3fc0f8 100644 --- a/docs/assets/css/src/docs.css +++ b/docs/assets/css/src/docs.css @@ -638,8 +638,6 @@ body { .bs-docs-sidebar.affix { position: fixed; /* Undo the static from mobile first approach */ top: 20px; - bottom: 20px; - overflow-y: auto; } .bs-docs-sidebar.affix-bottom { position: absolute; /* Undo the static from mobile first approach */ -- cgit v1.2.3