p5.js-web-editor/client/styles/components/_console.scss

14 lines
175 B
SCSS
Raw Normal View History

.preview-console {
position: fixed;
width:100%;
height:60px;
right:0px;
bottom: 0px;
background:grey;
z-index:1000;
& > {
position:relative;
text-align:left;
}
}