13 lines
105 B
SCSS
13 lines
105 B
SCSS
body{
|
|
|
|
#edit_toolbar{
|
|
position:fixed;
|
|
top:0px;
|
|
left:0px;
|
|
bottom:0px;
|
|
width:100px;
|
|
background:black;
|
|
|
|
}
|
|
|
|
} |