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)
This commit is contained in:
Keegan McAllister 2012-10-23 18:13:48 -04:00
parent 037f523990
commit 0c477fac47

View File

@ -1,5 +1,6 @@
body {
font-family: 'Open Sans', Helvetica, Arial, sans-serif;
overflow-y: scroll;
}
code {