Commit c64a11ca authored by yann300's avatar yann300

fix scroll bar

parent 8f52cb42
...@@ -3,7 +3,7 @@ const csjs = require('csjs-inject') ...@@ -3,7 +3,7 @@ const csjs = require('csjs-inject')
const css = csjs` const css = csjs`
.dragbar { .dragbar {
width : 1px; width : 2px;
height : 100%; height : 100%;
cursor : col-resize; cursor : col-resize;
z-index : 999; z-index : 999;
......
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