From b3555f4d98aead29f54b861ecce9f4be95d8e9b7 Mon Sep 17 00:00:00 2001 From: "francesco.mangiacrapa" Date: Mon, 11 Sep 2023 11:21:02 +0200 Subject: [PATCH] improved CSS --- src/main/webapp/GeoportalDataViewer.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/main/webapp/GeoportalDataViewer.css b/src/main/webapp/GeoportalDataViewer.css index f94ca63..d313c75 100644 --- a/src/main/webapp/GeoportalDataViewer.css +++ b/src/main/webapp/GeoportalDataViewer.css @@ -368,9 +368,9 @@ body { background-color: white; opacity: 90%; padding: 10px; - width: 410px; + max-width: 430px; z-index: 500; - overflow-y: scroll; + overflow-y: auto; position: absolute; left: 52px; } @@ -781,6 +781,7 @@ Table Of Contents (TOC) font-size: 13px; color: gray; font-weight: bold; + margin-top: -3px; } .layer-style-panel-table-legend table td {