Commit a85a9e84 authored by d11e9's avatar d11e9

bugfix dragbar not working when rhp is scolled

parent 28f9e179
......@@ -52,14 +52,14 @@ THE SOFTWARE.
<div id="editor">
<div id="files">
<span class="newFile" title="New File">+</span>
</div>
<div id="files">
<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;
......
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