fix(ui): remove additional divider line, fix zindex for menu

This commit is contained in:
sylenien 2022-05-17 18:09:30 +02:00 committed by Delirium
parent 8e58e68607
commit ff02248900
2 changed files with 2 additions and 3 deletions

View file

@ -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}

View file

@ -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 @@
}
}
}
}