Fix clicking in the editor lol
This commit is contained in:
parent
02f7f19275
commit
958a2768d7
@ -619,13 +619,15 @@ main.--has-demo .demo-controls {
|
|||||||
position: relative;
|
position: relative;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
}
|
}
|
||||||
#editor .level-editor-overlay {
|
#editor svg.level-editor-overlay {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0;
|
top: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
/* FIXME get real size */
|
/* FIXME get real size */
|
||||||
width: 1024px;
|
width: 1024px;
|
||||||
height: 1024px;
|
height: 1024px;
|
||||||
|
/* allow clicks to go through us! */
|
||||||
|
pointer-events: none;
|
||||||
}
|
}
|
||||||
#editor .level-editor-overlay rect.overlay-cxn {
|
#editor .level-editor-overlay rect.overlay-cxn {
|
||||||
stroke-width: 0.0625;
|
stroke-width: 0.0625;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user