From 9a52aa95a4a70e7ce6e00490729af2e6b9a03e03 Mon Sep 17 00:00:00 2001 From: Benjamin Cirmena Date: Wed, 25 Oct 2023 07:39:17 +0200 Subject: [PATCH] fix overflowing table --- css/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/css/style.css b/css/style.css index c7efbc7d..232ecf60 100644 --- a/css/style.css +++ b/css/style.css @@ -242,6 +242,7 @@ caption { #tableContainer { overflow-x:auto; margin:5px auto; + position: relative; } table.results {