Fix map viewport size
All checks were successful
FarmMaps.Develop/FarmMapsLib/pipeline/head This commit looks good
All checks were successful
FarmMaps.Develop/FarmMapsLib/pipeline/head This commit looks good
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
@import "~bootstrap/scss/bootstrap.scss";
|
||||
|
||||
aol-map { position:absolute;width:100%;height:100%;}
|
||||
aol-map { position:absolute;width:100%;height:calc(100vh + 4rem);}
|
||||
|
||||
.arrow {
|
||||
top: 3rem;
|
||||
@@ -49,7 +49,7 @@ aol-map { position:absolute;width:100%;height:100%;}
|
||||
.control-container {
|
||||
position: absolute;
|
||||
right: 1em;
|
||||
bottom: 1em;
|
||||
bottom: 5em;
|
||||
}
|
||||
|
||||
switch2d3d {
|
||||
|
Reference in New Issue
Block a user