add fix to solve scrollbar-problem

This commit is contained in:
Tim Herbst 2020-12-28 10:50:58 +01:00
parent 42735b4c90
commit 8a69ffe29e
2 changed files with 5 additions and 10 deletions

View File

@ -11,16 +11,10 @@
background: #086ed2; background: #086ed2;
} }
.map-container { .mat-toolbar {
height: 95%; height: 5vh;
}
.map-frame {
height: 100%;
width: 100%;
} }
#map { #map {
height: 100%; height: 95vh;
width: 100%;
} }

View File

@ -1,9 +1,10 @@
html, body { html, body {
height: 100%; height: 100vh;
} }
body { body {
margin: 0; margin: 0;
padding: 0;
font-family: Roboto, "Helvetica Neue", sans-serif; font-family: Roboto, "Helvetica Neue", sans-serif;
} }