From dfab4c9b427ed9393b7d788fa01758827daca606 Mon Sep 17 00:00:00 2001 From: Adrian Victor Date: Mon, 17 Aug 2026 07:47:11 -0300 Subject: [PATCH] Fix modal elements going out of screen. --- web/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/web/style.css b/web/style.css index af6bb79..a33767d 100644 --- a/web/style.css +++ b/web/style.css @@ -1054,6 +1054,7 @@ input:focus { display: flex; flex-direction: column; height: 100%; + overflow-x: hidden; } .modal-body h3 {