diff --git a/templates/list.html b/templates/list.html index b026c38..8783669 100644 --- a/templates/list.html +++ b/templates/list.html @@ -64,6 +64,10 @@ .input-form { position: absolute; top: 0; + overflow-y: auto; + overflow-x: hidden; + background-color: #0006; + height: 100%; } .part2 { @@ -184,7 +188,8 @@