Add fullscreen API support to IE11
This commit is contained in:
@@ -15,6 +15,9 @@
|
||||
.map:-webkit-full-screen {
|
||||
height: 100%;
|
||||
}
|
||||
.map:-ms-fullscreen {
|
||||
height: 100%;
|
||||
}
|
||||
.map:full-screen {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user