index: increase drag area to the entire form
Signed-off-by: Gunwant Jain <mail@wantguns.dev>
This commit is contained in:
parent
04c992e8b3
commit
a9dc9452fc
1 changed files with 2 additions and 2 deletions
|
|
@ -72,8 +72,8 @@ button[type="submit"].hidden { display: none; }
|
|||
|
||||
{% block body %}
|
||||
<form action="/submit" method="post">
|
||||
<div class=grid_form>
|
||||
<textarea name="val" style="resize: none" ondrop="dropHandler(event);" ondragover="dragOverHandler(event);" placeholder="
|
||||
<div class=grid_form ondrop="dropHandler(event);" ondragover="dragOverHandler(event);">
|
||||
<textarea name="val" style="resize: none" placeholder="
|
||||
|
||||
bin(3) BIN bin(3)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue