You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
270 B
21 lines
270 B
7 years ago
|
/*
|
||
|
debug / dev
|
||
|
*/
|
||
|
|
||
|
#app-content {
|
||
|
border: 2px solid green;
|
||
|
}
|
||
|
|
||
|
#design-container {
|
||
|
position: absolute;
|
||
|
left: 360px;
|
||
|
top: -42px;
|
||
|
width: calc(100vw - 360px);
|
||
|
height: 100vh;
|
||
|
overflow: scroll;
|
||
|
}
|
||
|
|
||
|
#design-container img {
|
||
|
width: 2000px;
|
||
|
margin-right: 600px;
|
||
|
}
|