From 17099e9a8f478466c2c4f2ea6e8f60a080ad9ac9 Mon Sep 17 00:00:00 2001 From: "francesco.mangiacrapa" Date: Fri, 22 Oct 2021 11:32:49 +0200 Subject: [PATCH] details-panel z-index moved to 100 --- src/main/webapp/GeoportalDataViewer.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/webapp/GeoportalDataViewer.css b/src/main/webapp/GeoportalDataViewer.css index 6a26e8d..0ad73b0 100644 --- a/src/main/webapp/GeoportalDataViewer.css +++ b/src/main/webapp/GeoportalDataViewer.css @@ -179,7 +179,7 @@ body { padding-left: 5px; overflow-y: auto; transition: width 0.5s; - z-index: 1000; + z-index: 100; } .overlay {