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.
pull/1/head
iFA 8 years ago committed by GitHub
parent bb92e7a103
commit 2c10a3189e
  1. 2
      assets/css/browser-solidity.css

@ -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;

Loading…
Cancel
Save