diff options
-rw-r--r-- | templates/cave.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/cave.html b/templates/cave.html index 2996736..1bdb683 100644 --- a/templates/cave.html +++ b/templates/cave.html @@ -28,6 +28,8 @@ //Wookey old code: ui.loadCave('{{svx3d}}.3d'); ui.loadCave('{{ cave }}.3d'); + + document.getElementById('scene').style.cssText = "background-color: rgb(0, 0, 0); position: relative !important;" } window.onload = onLoad; </script> |