mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2024-12-28 17:02:24 -05:00
12 lines
179 B
CSS
12 lines
179 B
CSS
html,
|
|
body {
|
|
margin: 0;
|
|
overflow: hidden;
|
|
height: 100%;
|
|
}
|
|
|
|
/* Scale canvas with resize attribute to full size */
|
|
canvas[resize] {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|