Skip to content

Commit

Permalink
Merge pull request #63 from howdu/patch-1
Browse files Browse the repository at this point in the history
Fix selecting file when clicking over label
  • Loading branch information
awcodes authored Dec 17, 2022
2 parents 7a8a83b + 4af2eb4 commit 7fded44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/views/components/curator.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ class="block w-full h-full checkered"
</template>
</button>

<p x-text="file.title ?? file.filename" class="text-xs truncate absolute bottom-0 inset-x-0 px-1 pb-1 pt-4 text-white bg-gradient-to-t from-black/80 to-transparent"></p>
<p x-text="file.title ?? file.filename" class="text-xs truncate absolute bottom-0 inset-x-0 px-1 pb-1 pt-4 text-white bg-gradient-to-t from-black/80 to-transparent pointer-events-none"></p>

<button
type="button"
Expand Down Expand Up @@ -287,4 +287,4 @@ class="block w-full py-1 transition duration-75 border-gray-300 rounded-lg shado
</label>
</div> <!-- footer -->

</div>
</div>

0 comments on commit 7fded44

Please sign in to comment.