Fix fullscreen pseudo CSS class name
Change from `:full-screen` to `:fullscreen`. See https://fullscreen.spec.whatwg.org/#:fullscreen-pseudo-class
This commit is contained in:
@@ -15,7 +15,7 @@
|
|||||||
.map:-webkit-full-screen {
|
.map:-webkit-full-screen {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
.map:full-screen {
|
.map:fullscreen {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
@@ -18,7 +18,7 @@
|
|||||||
.map:-ms-fullscreen {
|
.map:-ms-fullscreen {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
.map:full-screen {
|
.map:fullscreen {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
.ol-rotate {
|
.ol-rotate {
|
||||||
|
|||||||
Reference in New Issue
Block a user