Commit a85a9e84 authored by d11e9's avatar d11e9

bugfix dragbar not working when rhp is scolled

parent 28f9e179
...@@ -52,14 +52,14 @@ THE SOFTWARE. ...@@ -52,14 +52,14 @@ THE SOFTWARE.
<div id="editor"> <div id="editor">
<div id="files"> <div id="files">
<span class="newFile" title="New File">+</span> <span class="newFile" title="New File">+</span>
</div> </div>
<div id="input"></div> <div id="input"></div>
<div id="dragbar"></div>
</div> </div>
<div id="righthand-panel"> <div id="righthand-panel">
<div id="dragbar"></div>
<div id="header"> <div id="header">
<img id="solIcon" src="solidity.svg"> <img id="solIcon" src="solidity.svg">
<h1>Solidity realtime<br/>compiler and runtime</h1> <h1>Solidity realtime<br/>compiler and runtime</h1>
......
...@@ -215,8 +215,8 @@ body { ...@@ -215,8 +215,8 @@ body {
#dragbar{ #dragbar{
background-color: transparent; background-color: transparent;
position: absolute; position: absolute;
width: 5px; width: 10px;
left: 0; right: -10px;
top: 0; top: 0;
bottom: 0; bottom: 0;
cursor: col-resize; 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