From 83874f32eeb9b9a5ce6a4b7048d27a2003e94b29 Mon Sep 17 00:00:00 2001 From: Carlos Salaverria Date: Fri, 9 Sep 2016 12:07:34 -0500 Subject: [PATCH] Fix table scrolling --- public_html/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/public_html/style.css b/public_html/style.css index 2c37aac..2df7671 100644 --- a/public_html/style.css +++ b/public_html/style.css @@ -103,6 +103,7 @@ html, body { #sidebar_canvas { flex: 1 1 auto; padding: 10px; + overflow: scroll; } div#SpecialSquawkWarning { position: absolute; bottom: 25px; right: 430px; border: 2px solid red;