Fix fullscreen in mapbox-style example

This commit is contained in:
Andreas Hocevar
2021-08-20 09:28:22 +02:00
parent 44ec78749f
commit a0b75268ee

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