8 lines
120 B
SCSS
8 lines
120 B
SCSS
|
.sb-toolbar {
|
||
|
position: absolute;
|
||
|
bottom: 100%;
|
||
|
width: 100%;
|
||
|
height: 40px;
|
||
|
background-color: var(--grey-1);
|
||
|
}
|