Merge pull request #7445 from fredj/fs_css
Load css rules from full-screen.css in examples
This commit is contained in:
@@ -4,6 +4,9 @@
|
|||||||
.map:-webkit-full-screen {
|
.map:-webkit-full-screen {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
.map:-ms-fullscreen {
|
||||||
|
height: 100%;
|
||||||
|
}
|
||||||
.map:fullscreen {
|
.map:fullscreen {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user