Hello, I'm trying to make the kendo map full screen with the following CSS:
#map {
top
:
0
;
bottom
:
0
;
left
:
0
;
right
:
0
;
height
:
100%
;
position
:
absolute
!important
;
z-index
:
9
;
background-color
:
#ccc
;
}
But, when I zoom and slide the map around, I get "whitespace" on the sides that doesn't go away. I've attached a picture of what I see.
Is there a better way of doing this?
Thanks!