add fix to solve scrollbar-problem
This commit is contained in:
parent
42735b4c90
commit
8a69ffe29e
@ -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;
|
||||
}
|
||||
|
@ -1,9 +1,10 @@
|
||||
html, body {
|
||||
height: 100%;
|
||||
height: 100vh;
|
||||
}
|
||||
|
||||
body {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
font-family: Roboto, "Helvetica Neue", sans-serif;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user