Make fullscreen map work in Safari

This commit is contained in:
Tim Schaub
2022-08-10 13:55:16 -06:00
parent ba3517885c
commit b8b8ecd19a

View File

@@ -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;