AW-4935 Tools in croppingscheme weer goed zetten op mobile
All checks were successful
FarmMaps.Develop/FarmMapsLib/pipeline/head This commit looks good

This commit is contained in:
2025-07-30 11:17:55 +02:00
parent 6b73fb0d55
commit c3fb42c65f

View File

@@ -52,12 +52,21 @@ aol-map { position:absolute;width:100%;height:calc( 100vh );}
pointer-events: none;
}
@media screen and (max-width: 768px) {
.control-container {
float:right;
margin-right: 1em;
pointer-events: all;
}
}
@media screen and (min-width: 768px) {
.control-container {
margin-left:1em;
margin-right: 1em;
pointer-events: all;
}
}
.fullscreen .viewport-container {
margin-bottom: 1em;