From 6843a34d1207a5db33f2b2171a17a174ed91404c Mon Sep 17 00:00:00 2001 From: Mario Buikhuizen Date: Thu, 8 Apr 2021 17:03:22 +0200 Subject: [PATCH] fix: control the height of the jdaviz app Depends on https://github.com/spacetelescope/jdaviz/pull/505 --- example/index_jwst.html | 20 ++++++++++++-------- example/index_simple.html | 2 ++ example/index_zmast.html | 4 ++-- example/static/css/jdaviz.css | 8 ++++++++ 4 files changed, 24 insertions(+), 10 deletions(-) create mode 100644 example/static/css/jdaviz.css diff --git a/example/index_jwst.html b/example/index_jwst.html index 2ef77a9..a354193 100644 --- a/example/index_jwst.html +++ b/example/index_jwst.html @@ -9,6 +9,7 @@ + @@ -108,14 +109,17 @@ - - Unable to connect to Voila server - - + +
+ Unable to connect to Voila server + + +
diff --git a/example/index_simple.html b/example/index_simple.html index fdfcc31..ceaae06 100644 --- a/example/index_simple.html +++ b/example/index_simple.html @@ -8,6 +8,7 @@ + @@ -22,6 +23,7 @@ --> + z.MAST object - @@ -134,7 +134,7 @@ the main content view consisting of the DATB JDAviz application --> - .v-application--wrap { + min-height: unset; +}