From b7d01c56158ba9f1cb60bbf73bc795df84d0d21b Mon Sep 17 00:00:00 2001 From: Trevor Slocum Date: Thu, 7 Aug 2014 23:50:28 -0700 Subject: [PATCH] Don't restrict sidebar width --- public_html/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public_html/style.css b/public_html/style.css index b4dd94e..aaa933f 100644 --- a/public_html/style.css +++ b/public_html/style.css @@ -6,9 +6,9 @@ html, body { div#map_canvas { width: 100%; height: 100%; } div#sidebar_canvas { position: absolute; top: 0px; right: 0px; - box-sizing:border-box; width: 410px; + box-sizing: border-box; overflow: auto; background: #FFFFFF; padding: 0px 2px 2px 2px; - border-bottom-left-radius: 5px; z-index: 99; overflow: auto; } + border-bottom-left-radius: 5px; z-index: 99; } div#SpecialSquawkWarning { position: absolute; bottom: 25px; right: 0px; border: 2px solid red; background-color: #FFFFA3; opacity: 0.75; filter:alpha(opacity=75); padding: 5px;