From 8f2fee4cef550ce83942f72367966cde02aad143 Mon Sep 17 00:00:00 2001 From: Florent Revest Date: Mon, 4 Dec 2017 20:01:37 +0100 Subject: [PATCH] Wiki siderbar: Fix positioning when reaching bottom of page --- styles/components/sidebar.less | 1 - 1 file changed, 1 deletion(-) diff --git a/styles/components/sidebar.less b/styles/components/sidebar.less index 2a93727..0051c07 100644 --- a/styles/components/sidebar.less +++ b/styles/components/sidebar.less @@ -92,7 +92,6 @@ .sidebar.affix-bottom { position: fixed; // Undo the static from mobile first approach top: 55px; - bottom: 0; overflow: auto; } .sidebar.affix-top {