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.
 
 
 
 
 
 

24 lines
358 B

.dojoxScrollWindow {
position:relative;
overflow:hidden;
}
.dojoxScrollHelper .helperInner {
visibility: hidden;
}
.dojoxScrollHelper {
border:1px solid #b7b7b7;
width:4px;
background:#ededed;
height:4px;
position:absolute;
top:4px;
left:4px;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
}
.dojoxScrollWrapper {
}