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:
Boss-GamerDEV 2021-10-03 17:01:52 +01:00 committed by GitHub
parent a9e9f24c65
commit faeec61dfb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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%">