Init
This commit is contained in:
9
src/app/map/map.scss
Normal file
9
src/app/map/map.scss
Normal file
@@ -0,0 +1,9 @@
|
||||
.map-container {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
position: absolute;
|
||||
top: 54px;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: calc(100vh - 54px);
|
||||
}
|
||||
Reference in New Issue
Block a user