From 5cde386089a177cf5f55a58163f5ff4a0246f3c8 Mon Sep 17 00:00:00 2001 From: "francesco.mangiacrapa" Date: Mon, 4 Sep 2023 11:16:40 +0200 Subject: [PATCH] moved details-panel at z-index: 950. Required for screen < 900px in width (e.g. tablet) --- .settings/org.eclipse.wst.common.component | 30 +++++++++++++--------- src/main/webapp/GeoportalDataViewer.css | 2 +- 2 files changed, 19 insertions(+), 13 deletions(-) diff --git a/.settings/org.eclipse.wst.common.component b/.settings/org.eclipse.wst.common.component index 1335b0d..f493311 100644 --- a/.settings/org.eclipse.wst.common.component +++ b/.settings/org.eclipse.wst.common.component @@ -1,5 +1,6 @@ - + + @@ -90,7 +91,8 @@ - + + @@ -181,7 +183,8 @@ - + + @@ -272,7 +275,8 @@ - + + @@ -363,7 +367,8 @@ - + + @@ -454,10 +459,8 @@ - - uses - - + + @@ -548,7 +551,8 @@ - + + @@ -639,7 +643,8 @@ - + + @@ -730,7 +735,8 @@ - + + diff --git a/src/main/webapp/GeoportalDataViewer.css b/src/main/webapp/GeoportalDataViewer.css index 4518b9b..5ccfb17 100644 --- a/src/main/webapp/GeoportalDataViewer.css +++ b/src/main/webapp/GeoportalDataViewer.css @@ -200,7 +200,7 @@ body { /*margin-top: 30px;*/ overflow-y: auto; transition: width 0.5s; - z-index: 200; + z-index: 950; } .overlay {