sample skeleton application with dojo toolkit & arcgis js api v 4.30
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

43 lines
458 B

.main {
float: left;
width: 100%;
height: 100%
}
.mainCenter {
left: 251px !important;
}
.center {
float: left;
height: 100%
}
.left {
float: left;
width:250px;
background-color: #C5CCD3;
z-index:100;
height: 100%
}
@media screen and (max-width: 560px) {
.center {
float: left;
width: 100%;
}
.mainCenter {
left: 0 !important;
}
.left {
display: none;
float: left;
width:0;
}
}
html,body {
width: 100%;
height: 100%;
}