From d51ba3c8bf3012314bedae2f2b1a7344d0d95bf4 Mon Sep 17 00:00:00 2001 From: Sweetbread Date: Sun, 2 Feb 2025 19:36:48 +0300 Subject: [PATCH] fix: Turn on scrolling --- static/index.css | 5 +++++ templates/sql-injection.html | 18 ++++++++---------- 2 files changed, 13 insertions(+), 10 deletions(-) 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 %}