mirror of
https://github.com/zulip/zulip.git
synced 2026-07-15 21:03:26 +08:00
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:
parent
037f523990
commit
0c477fac47
@ -1,5 +1,6 @@
|
||||
body {
|
||||
font-family: 'Open Sans', Helvetica, Arial, sans-serif;
|
||||
overflow-y: scroll;
|
||||
}
|
||||
|
||||
code {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user