diff --git a/examples/mapbox-style.css b/examples/mapbox-style.css index 00452f8269..51aa47de5f 100644 --- a/examples/mapbox-style.css +++ b/examples/mapbox-style.css @@ -4,3 +4,13 @@ top: auto; right: auto; } +.map:-webkit-full-screen { + height: 100%; + margin: 0; +} +.map:-ms-fullscreen { + height: 100%; +} +.map:fullscreen { + height: 100%; +} \ No newline at end of file