From 7451e4cc1676e67b48378bfdc01591b141970d87 Mon Sep 17 00:00:00 2001 From: James Wilson Date: Tue, 30 Oct 2018 12:10:54 -0500 Subject: [PATCH] Remove containment for splitter resizing This fixes IE/Edge being unable to increase the size of the panel when first selected --- public_html/index.html | 2 +- public_html/script.js | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/public_html/index.html b/public_html/index.html index bb791d84d..47e7bfa35 100644 --- a/public_html/index.html +++ b/public_html/index.html @@ -22,7 +22,7 @@ - + PiAware Skyview diff --git a/public_html/script.js b/public_html/script.js index ae98b0942..743bc00b3 100644 --- a/public_html/script.js +++ b/public_html/script.js @@ -215,7 +215,6 @@ function initialize() { handles: { s: '#splitter-infoblock' }, - containment: "#sidebar_container", minHeight: 50 });