fix(ui): remove additional divider line, fix zindex for menu
This commit is contained in:
parent
8e58e68607
commit
ff02248900
2 changed files with 2 additions and 3 deletions
|
|
@ -109,7 +109,6 @@ function DashboardSideMenu(props: RouteComponentProps<Props>) {
|
|||
)}
|
||||
</div>
|
||||
<div className="border-t w-full my-2" />
|
||||
<div className="border-t w-full my-2" />
|
||||
<div className="w-full">
|
||||
<SideMenuitem
|
||||
active={isMetric}
|
||||
|
|
|
|||
|
|
@ -40,7 +40,7 @@
|
|||
|
||||
& .menuItem {
|
||||
cursor: pointer;
|
||||
padding: 10px;
|
||||
padding: 20px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
border-bottom: 1px solid $gray-light;
|
||||
|
|
@ -86,4 +86,4 @@
|
|||
}
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue