add sidebar bottom space

This commit is contained in:
Mads Rasmussen
2024-05-30 20:50:18 +02:00
committed by Jacob Overgaard
parent d80eec9b3e
commit 069b8647d8

View File

@@ -30,6 +30,8 @@ export class UmbSectionSidebarElement extends UmbLitElement {
flex-direction: column;
z-index: 10;
position: relative;
padding-bottom: var(--uui-size-4);
box-sizing: border-box;
}
#scroll-container {