From 0c477fac475f3ed1dc8cc218b3a74ddecdea1841 Mon Sep 17 00:00:00 2001 From: Keegan McAllister Date: Tue, 23 Oct 2012 18:13:48 -0400 Subject: [PATCH] Always display the scrollbar When the scrollbar appears/disappears, it changes the window size for the purpose of responsive layout. This made the nav sidebar jump around as you switch tabs. (imported from commit 8174a8571131ddf2b195cf9bfb5e427cd07b4378) --- zephyr/static/styles/zephyr.css | 1 + 1 file changed, 1 insertion(+) diff --git a/zephyr/static/styles/zephyr.css b/zephyr/static/styles/zephyr.css index 8f75621dc9..3ffae94ca1 100644 --- a/zephyr/static/styles/zephyr.css +++ b/zephyr/static/styles/zephyr.css @@ -1,5 +1,6 @@ body { font-family: 'Open Sans', Helvetica, Arial, sans-serif; + overflow-y: scroll; } code {