From 1dc210820df92b990b799fbac5f3509a3dd41f3d Mon Sep 17 00:00:00 2001 From: Lars Karlslund Date: Mon, 15 May 2023 07:48:43 +0200 Subject: [PATCH] Scrollbar bug for options panel --- modules/analyze/html/adalanche.css | 12 ++++++++---- modules/analyze/html/index.html | 4 ++-- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/modules/analyze/html/adalanche.css b/modules/analyze/html/adalanche.css index e105231..5b58dcc 100644 --- a/modules/analyze/html/adalanche.css +++ b/modules/analyze/html/adalanche.css @@ -28,16 +28,20 @@ button, input, optgroup, select, textarea { } .fullscreen { - width: 100%; - height: 100%; + width: 100vw; + height: 100vh; position: absolute; top: 0px; left: 0px; } +.fullheight { + height: 100vh; +} + #windows { - width: 100%; - height: 100%; + width: 100vw; + height: 100vh; position: absolute; pointer-events: none; z-index: 30; diff --git a/modules/analyze/html/index.html b/modules/analyze/html/index.html index adb17c3..0805bba 100644 --- a/modules/analyze/html/index.html +++ b/modules/analyze/html/index.html @@ -96,8 +96,8 @@ Options
-
-
+
+
Analysis options