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.
|
/* dojox.mobile.Overlay */ |
|
.mblOverlay { |
|
position: fixed; |
|
z-index: 2000; |
|
left: 0; |
|
bottom: 0; |
|
margin: 0; |
|
width: 100%; |
|
text-align: -webkit-center; |
|
.mblOverlay-styles; |
|
} |
|
.mblOverlayHidden *, |
|
.mblOverlayHidden { |
|
visibility: hidden !important; |
|
}
|
|
|