Commit 2c10a318 authored by iFA's avatar iFA Committed by GitHub

Fix dargbar width

On Firefox the element with "dragbar" ID covers 90% of the element with "input" ID scroll bar. So it is really hard to drag the scroll bar. I recommend to change in the #dragbar CSS element the Width from 1em to 0.5em.
parent bb92e7a1
...@@ -389,7 +389,7 @@ body { ...@@ -389,7 +389,7 @@ body {
#dragbar { #dragbar {
background-color: transparent; background-color: transparent;
position: absolute; position: absolute;
width: 1em; width: 0.5em;
right: -3px; right: -3px;
top: 3em; top: 3em;
bottom: 0; bottom: 0;
......
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