Make fullscreen map work in Safari
This commit is contained in:
@@ -1,9 +1,17 @@
|
|||||||
|
|
||||||
#map {
|
#map {
|
||||||
position: relative;
|
position: relative;
|
||||||
height: 120px;
|
height: 120px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#map:fullscreen {
|
||||||
|
height: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
#map:-webkit-full-screen {
|
||||||
|
height: 100%;
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
|
||||||
#tagline {
|
#tagline {
|
||||||
padding-left: 25%;
|
padding-left: 25%;
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
|
|||||||
Reference in New Issue
Block a user