add missing border to section dashboard header

This commit is contained in:
Jesper Møller Jensen
2023-01-30 02:35:31 +01:00
parent 74cc6b917d
commit 24a81d0709

View File

@@ -23,6 +23,7 @@ export class UmbSectionDashboardsElement extends UmbLitElement {
#tabs {
background-color: var(--uui-color-surface);
height: 70px;
border-bottom: 1px solid var(--uui-color-border);
}
#scroll-container {