Resizing the renderer properly

This commit is contained in:
Devine Lu Linvega
2019-04-22 10:00:32 +09:00
parent 76b82102c6
commit 931be9126d
3 changed files with 21 additions and 12 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ body { padding: 0px; font-family: 'input_mono_regular'; -webkit-user-select: non
/* Core */
#guide { position: absolute;width: 300px;height: 300px; transition: opacity 150ms; -webkit-app-region: no-drag; border-radius: 3px}
#guide { position: absolute;width: 300px;height: 300px; transition: opacity 150ms; -webkit-app-region: no-drag; border-radius: 3px; background: red}
#render { display: none }
#vector { z-index: 1000;position: relative;width:300px; height:300px; }