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

@ -68,6 +68,7 @@
@ -159,6 +160,7 @@
@ -250,6 +252,7 @@
@ -341,6 +344,7 @@
@ -432,6 +436,7 @@
@ -454,9 +459,7 @@
<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>
@ -617,6 +620,7 @@
@ -708,6 +712,7 @@
@ -799,6 +804,7 @@

View File

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