fix selecting the >
This commit is contained in:
parent
f046d9cc68
commit
6cd275994e
@ -13,7 +13,7 @@
|
|||||||
<body class="bg-black text-white">
|
<body class="bg-black text-white">
|
||||||
<div class="p-3 h-screen w-screen relative">
|
<div class="p-3 h-screen w-screen relative">
|
||||||
<div class="flex gap-2 h-full w-full text-sm">
|
<div class="flex gap-2 h-full w-full text-sm">
|
||||||
<p class="hidden md:block">></p>
|
<p class="hidden md:block select-none pointer-events-none">></p>
|
||||||
<textarea
|
<textarea
|
||||||
id="paste-input"
|
id="paste-input"
|
||||||
class="w-full h-full bg-background outline-none resize-none bg-transparent"
|
class="w-full h-full bg-background outline-none resize-none bg-transparent"
|
||||||
|
Reference in New Issue
Block a user