UNPKG

201 BCSSView Raw
1.map:-moz-full-screen {
2 height: 100%;
3}
4.map:-webkit-full-screen {
5 height: 100%;
6}
7.map:fullscreen {
8 height: 100%;
9}
10/* position the rotate control lower than usual */
11.ol-rotate {
12 top: 3em;
13}