Skip to content

Commit

Permalink
should fix margins fr?
Browse files Browse the repository at this point in the history
  • Loading branch information
solderq35 committed Aug 15, 2023
1 parent 40d1fc5 commit 24d3bc3
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions src/components/map/map.vue
Original file line number Diff line number Diff line change
Expand Up @@ -596,7 +596,11 @@ $sideMenu-width: 250px;
padding: 0;
position: absolute;
width: 100%;
height: calc(89.5vh);
height: calc(75vh);
}
.el-menu-item {
margin-top: -10px;
}
.sideMenu {
background-color: $--color-black;
Expand All @@ -606,7 +610,7 @@ $sideMenu-width: 250px;
z-index: 2000;
width: $sideMenu-width - 10px;
padding-top: 1em;
top: 90px;
top: 80px;
bottom: 100px;
}
.sideMenu-2 {
Expand All @@ -617,7 +621,7 @@ $sideMenu-width: 250px;
z-index: 2000;
width: $sideMenu-width - 10px;
padding-top: 1em;
top: 90px;
top: 80px;
bottom: 100px;
}
.mapContainer {
Expand Down

0 comments on commit 24d3bc3

Please sign in to comment.