schlechtenburg/packages/core/lib/components/Toolbar.scss

9 lines
134 B
SCSS

.sb-toolbar {
position: absolute;
width: auto;
height: auto;
display: flex;
flex-wrap: wrap;
z-index: var(--z-toolbar);
}