8 lines
105 B
SCSS
8 lines
105 B
SCSS
.sb-toolbar {
|
|
position: absolute;
|
|
width: auto;
|
|
height: auto;
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
}
|