From 9f3942ea08bef3d5db02b7c943665ca876b0cbd1 Mon Sep 17 00:00:00 2001 From: Cantuerk <21caog1bif@hft-stuttgart.de> Date: Fri, 20 Dec 2024 22:36:31 +0000 Subject: [PATCH] Update public/index.html --- public/index.html | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/public/index.html b/public/index.html index aa6d9ee..71d792c 100644 --- a/public/index.html +++ b/public/index.html @@ -89,6 +89,15 @@ border-color: #4CAF50; } + canvas { + position: fixed; + top: 0; + left: 0; + width: 100%; + height: 100%; + z-index: 0; /* Canvas liegt hinter dem Menü */ + } + </style> <script src="https://unpkg.com/three@0.126.0/build/three.js"></script> <script src="https://unpkg.com/three@0.126.0/examples/js/loaders/GLTFLoader.js"></script> -- GitLab