bugfix dragbar not working when rhp is scolled

pull/1/head
d11e9 9 years ago
parent 28f9e17938
commit a85a9e8458
  1. 2
      index.html
  2. 4
      stylesheets/browser-solidity.css

@ -56,10 +56,10 @@ THE SOFTWARE.
<span class="newFile" title="New File">+</span>
</div>
<div id="input"></div>
<div id="dragbar"></div>
</div>
<div id="righthand-panel">
<div id="dragbar"></div>
<div id="header">
<img id="solIcon" src="solidity.svg">
<h1>Solidity realtime<br/>compiler and runtime</h1>

@ -215,8 +215,8 @@ body {
#dragbar{
background-color: transparent;
position: absolute;
width: 5px;
left: 0;
width: 10px;
right: -10px;
top: 0;
bottom: 0;
cursor: col-resize;

Loading…
Cancel
Save