diff --git a/static/index.css b/static/index.css index 9034c3a..87171b2 100644 --- a/static/index.css +++ b/static/index.css @@ -10,6 +10,11 @@ #popup { display: none; + overflow-y: auto; +} + +::-webkit-scrollbar { + display: none; } .inpt { diff --git a/templates/sql-injection.html b/templates/sql-injection.html index a747460..7621e88 100644 --- a/templates/sql-injection.html +++ b/templates/sql-injection.html @@ -3,20 +3,18 @@ {% block content %}