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