diff --git a/webgpu-shader-toy/index.html b/webgpu-shader-toy/index.html index b1577a4..c6d508b 100644 --- a/webgpu-shader-toy/index.html +++ b/webgpu-shader-toy/index.html @@ -36,6 +36,7 @@ height: 0; cursor: nwse-resize; transition: border-bottom-color 0.5s ease; + z-index: 1; } .canvas-handle:hover { @@ -59,12 +60,21 @@ overflow-x: clip; } + .left-pane { + order: 0; + } + .separator { width: 4px; border-left: solid 1px; border-right: solid 1px; cursor: ew-resize; transition: background-color 0.5s ease; + order: 1; + } + + .right-pane { + order: 2; } .separator:hover { @@ -302,12 +312,12 @@