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

9 lines
134 B
SCSS
Raw Normal View History

2020-05-20 14:21:08 +00:00
.sb-toolbar {
position: absolute;
2020-05-27 13:57:57 +00:00
width: auto;
height: auto;
2022-03-12 16:42:42 +00:00
display: flex;
flex-wrap: wrap;
2022-09-05 19:12:20 +00:00
z-index: var(--z-toolbar);
2020-05-20 14:21:08 +00:00
}