mirror of
https://github.com/lospec/pixel-editor.git
synced 2023-08-10 21:12:51 +03:00
Fixed visibility of canvas before canvas generation.
This commit is contained in:
@ -50,6 +50,7 @@ canvas {
|
||||
width: 400px;
|
||||
height: 400px;
|
||||
position: fixed;
|
||||
display:none;
|
||||
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.64);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user