Stop bottom-right corner piece from being dragged (#174)
Just a very fast fix for it (Sorry for the 3rd one today)
This commit is contained in:
parent
a9e9f24c65
commit
faeec61dfb
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@
|
|||
</div>
|
||||
|
||||
<div style="position:absolute; bottom: 0%; right: 0%; width: 100%; text-align: right;">
|
||||
<img class="cornerPiece" src="../assets/corner.png" width=7%; style="transform: scaleX(-1)">
|
||||
<img class="cornerPiece" src="../assets/corner.png" width=7%; style="transform: scaleX(-1); pointer-events: none">
|
||||
</div>
|
||||
|
||||
<div class="transparentBox center" style="width: 115vh; height: 9%; margin: 1.5% auto 1% auto; padding-bottom: 0.2%">
|
||||
|
|
Loading…
Add table
Reference in a new issue