Commit 77216386 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Merge branch 'scrollbar-issue' into 'master'

Hide scrollbar from sidebar when external mouse is connected to OSX

See merge request !977
parents c013a9de 2def2cc6
......@@ -3,7 +3,8 @@
position: fixed;
top: 0;
bottom: 0;
overflow-y: scroll;
overflow-y: auto;
overflow-x: hidden;
left: 0;
height: 100%;
transition-duration: .3s;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment