Add missing .map:-ms-fullscreen css rule in example

This commit is contained in:
Frederic Junod
2017-11-10 10:20:43 +01:00
parent 6cc3c47d95
commit 2825436983

View File

@@ -4,6 +4,9 @@
.map:-webkit-full-screen {
height: 100%;
}
.map:-ms-fullscreen {
height: 100%;
}
.map:fullscreen {
height: 100%;
}