diff options
| -rw-r--r-- | tools/shader_editor/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/shader_editor/index.html b/tools/shader_editor/index.html index 6a1f1a2..de22117 100644 --- a/tools/shader_editor/index.html +++ b/tools/shader_editor/index.html @@ -33,10 +33,10 @@ body { } #preview-canvas { - flex: 1; width: 100%; - height: auto; + height: 100%; background: #000; + display: block; } .fps-counter { |
