diff options
Diffstat (limited to 'src/frontend/app/routes/stoplist.css')
| -rw-r--r-- | src/frontend/app/routes/stoplist.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/frontend/app/routes/stoplist.css b/src/frontend/app/routes/stoplist.css index d65e048..253c0ab 100644 --- a/src/frontend/app/routes/stoplist.css +++ b/src/frontend/app/routes/stoplist.css @@ -123,7 +123,7 @@ /* Map page specific styles */ .map-container { - height: calc(100vh - 140px); + height: calc(100dvh - 140px); margin: -16px; margin-bottom: 1rem; position: relative; @@ -135,7 +135,7 @@ top: 0; left: 0; width: 100vw; - height: 100vh; + height: 100dvh; padding: 0; margin: 0; max-width: none; @@ -151,7 +151,7 @@ display: flex; justify-content: center; align-items: center; - height: 100vh; + height: 100dvh; width: 100vw; font-size: 1.8rem; font-weight: 600; |
