From 68646f0f9deddab3aaf8c554e3dd1697d73a9d05 Mon Sep 17 00:00:00 2001 From: Jonas Kuske <30421456+jonaskuske@users.noreply.github.com> Date: Tue, 13 Jul 2021 14:31:06 +0200 Subject: [PATCH] fix: prevent horizontal page overflow contain the scrollable table inside its container so it doesn't cause the entire page to overflow in chrome/blink browsers --- css/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/css/style.css b/css/style.css index 4dc30bb..350c754 100644 --- a/css/style.css +++ b/css/style.css @@ -250,6 +250,7 @@ caption { #tableContainer { overflow-x:auto; margin:5px auto; + contain: layout; } table.results {