Re-implement and fix detail side section
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
.map-container {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
position: absolute;
|
||||
position: fixed;
|
||||
top: 54px;
|
||||
height: calc(100vh - 54px);
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
@@ -13,14 +13,14 @@
|
||||
}
|
||||
|
||||
.map-details {
|
||||
left: 10%;
|
||||
width: 90%;
|
||||
left: 25%;
|
||||
width: 75%;
|
||||
}
|
||||
|
||||
.details {
|
||||
position: absolute;
|
||||
position: fixed;
|
||||
top: 54px;
|
||||
left: 0;
|
||||
width: 10%;
|
||||
left: 25px;
|
||||
width: 25%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user