Skip to content
Snippets Groups Projects
Commit 2def2cc6 authored by Kamil Trzcińśki's avatar Kamil Trzcińśki
Browse files

Hide scrollbar from sidebar when external mouse is connected to OSX

parent c013a9de
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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;
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment