html, body, #map{
    width 100%;
    height: 100%;
}
body{
    margin: 0px;
    padding: 0px;
}
#map{
    -webkit-user-select: none;        
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}