diff --git a/src/app/components/toolbar/toolbar.component.scss b/src/app/components/toolbar/toolbar.component.scss index a8f2353..f52d82d 100644 --- a/src/app/components/toolbar/toolbar.component.scss +++ b/src/app/components/toolbar/toolbar.component.scss @@ -1,5 +1,8 @@ mat-toolbar { + position: absolute; height: 40px !important; + z-index: 500; + background-color: rgba(255, 255, 255, 0.5) } .selected { diff --git a/src/app/views/map/map.component.scss b/src/app/views/map/map.component.scss index 8d5c130..ed821c1 100644 --- a/src/app/views/map/map.component.scss +++ b/src/app/views/map/map.component.scss @@ -1,5 +1,5 @@ #map { - height: calc(100vh - 40px); + height: 100vh; } .palette {