Disallow dragging on invisible create button

This commit is contained in:
Sanjit Joseph 2022-11-30 17:24:26 -08:00
parent 18f79936fe
commit 79e7561beb

View File

@ -45,7 +45,7 @@
<div class="center-display"> <div class="center-display">
<img src ="./assets/images/create_button.png" alt="CREATE" id="create-btn" title="Add an entry!" onclick="window.location.assign('./CreatePage.html')"/> <img src ="./assets/images/create_button.png" alt="CREATE" id="create-btn" title="Add an entry!" onclick="window.location.assign('./CreatePage.html')"/>
<h2 id="recent-reviews-text"> Recent Reviews </h2> <h2 id="recent-reviews-text"> Recent Reviews </h2>
<img src ="./assets/images/create_button.png" id="create-btn-invis"/> <img src ="./assets/images/create_button.png" id="create-btn-invis" draggable="false"/>
<label for="sort">Filtering Method:</label> <label for="sort">Filtering Method:</label>
<select id="sort"> <select id="sort">
<option value="recent">Most Recent</option> <option value="recent">Most Recent</option>