Merge pull request #12642 from ahocevar/mapbox-style-fullscreen

Fix fullscreen in mapbox-style example
This commit is contained in:
Andreas Hocevar
2021-09-05 09:30:33 +02:00
committed by GitHub

View File

@@ -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%;
}