ソースを参照

always display sliders above the editor

Lucas Stadler 10 年 前
コミット
af0cc0256c
共有1 個のファイルを変更した1 個の追加0 個の削除を含む
  1. 1 0
      glsl/raymarching.js

+ 1 - 0
glsl/raymarching.js

@ -208,6 +208,7 @@ void main() {
208 208
  position: absolute;
209 209
  top: 0;
210 210
  right: -250px;
211
  z-index: 1;
211 212
212 213
  padding: 1ex;
213 214