fix selecting the >
All checks were successful
Deploy App / docker (ubuntu-latest, 2.44.0, 17, 3.8.5) (push) Successful in 1m4s
Publish Docker Image / docker (ubuntu-latest, 2.44.0, 17, 3.8.5) (push) Successful in 59s

This commit is contained in:
Lee 2024-06-01 22:01:19 +01:00
parent f046d9cc68
commit 6cd275994e

@ -13,7 +13,7 @@
<body class="bg-black text-white">
<div class="p-3 h-screen w-screen relative">
<div class="flex gap-2 h-full w-full text-sm">
<p class="hidden md:block">&gt;</p>
<p class="hidden md:block select-none pointer-events-none">&gt;</p>
<textarea
id="paste-input"
class="w-full h-full bg-background outline-none resize-none bg-transparent"