moved details-panel at z-index: 950. Required for screen < 900px in

width (e.g. tablet)
This commit is contained in:
Francesco Mangiacrapa 2023-09-04 11:16:40 +02:00
parent ba9c8aee78
commit 5cde386089
2 changed files with 19 additions and 13 deletions

View File

@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?><project-modules id="moduleCoreId" project-version="1.5.0">
@ -90,7 +91,8 @@
<wb-module deploy-name="geoportal-data-viewer-app-3.6.0-SNAPSHOT">
@ -181,7 +183,8 @@
<wb-resource deploy-path="/" source-path="/target/m2e-wtp/web-resources"/>
@ -272,7 +275,8 @@
<wb-resource deploy-path="/" source-path="/src/main/webapp" tag="defaultRootSource"/>
@ -363,7 +367,8 @@
<wb-resource deploy-path="/WEB-INF/classes" source-path="/target/generated-sources/gwt"/>
@ -454,10 +459,8 @@
<wb-resource deploy-path="/WEB-INF/classes" source-path="/src/main/java"/>
<dependent-module archiveName="geoportal-data-common-2.2.1-SNAPSHOT.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/geoportal-data-common/geoportal-data-common">
<dependency-type>uses</dependency-type>
</dependent-module>
@ -548,7 +551,8 @@
<property name="java-output-path" value="/geoportal-data-viewer-app/target/geoportal-data-viewer-app-0.0.1-SNAPSHOT/WEB-INF/classes"/>
@ -639,7 +643,8 @@
<property name="context-root" value="geoportal-data-viewer-app"/>
@ -730,7 +735,8 @@
</wb-module>

View File

@ -200,7 +200,7 @@ body {
/*margin-top: 30px;*/
overflow-y: auto;
transition: width 0.5s;
z-index: 200;
z-index: 950;
}
.overlay {