Browse Source

auto scroll in project sidebar

Hugo Roy 7 years ago
parent
commit
4054ba9a70
1 changed files with 1 additions and 0 deletions
  1. 1 0
      style.less

+ 1 - 0
style.less

@@ -97,6 +97,7 @@ nav.dossiers {
 	left: 0;
 	left: 0;
 	top: 0;
 	top: 0;
 	width: 333px;
 	width: 333px;
+	overflow-y: auto;
     }
     }
 }
 }