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;
}
.map-container {
height: 95%;
}
.map-frame {
height: 100%;
width: 100%;
.mat-toolbar {
height: 5vh;
}
#map {
height: 100%;
width: 100%;
height: 95vh;
}

View File

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