Skip to content

Commit

Permalink
fix: removed unused css
Browse files Browse the repository at this point in the history
  • Loading branch information
frankpagan committed Jun 27, 2022
1 parent 31fde94 commit a173185
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
4 changes: 2 additions & 2 deletions demo/index.html
Expand Up @@ -27,11 +27,11 @@
<body>

<div class="position:fixed height:300px width:300px background:whitesmoke" positionable>
<div class="height:40px" drag-area></div>
<div drag-area></div>
</div>

<div class="position:fixed height:300px width:300px background:brown" positionable>
<div class="height:40px" drag-area></div>
<div drag-area></div>
</div>


Expand Down
8 changes: 0 additions & 8 deletions src/index.css
Expand Up @@ -18,13 +18,5 @@


[drag-area] {
position: absolute;
background-color: transparent;
min-height: 10px;
z-index: 10;
left: 0;
top: 0;
right: 0;
height: 20px;
cursor: move;
}

0 comments on commit a173185

Please sign in to comment.