Fix clicking in the editor lol

This commit is contained in:
Eevee (Evelyn Woods) 2020-09-23 22:10:45 -06:00
parent 02f7f19275
commit 958a2768d7

View File

@ -619,13 +619,15 @@ main.--has-demo .demo-controls {
position: relative;
overflow: auto;
}
#editor .level-editor-overlay {
#editor svg.level-editor-overlay {
position: absolute;
top: 0;
left: 0;
/* FIXME get real size */
width: 1024px;
height: 1024px;
/* allow clicks to go through us! */
pointer-events: none;
}
#editor .level-editor-overlay rect.overlay-cxn {
stroke-width: 0.0625;