diff --git a/public/index.html b/public/index.html index aa6d9eee404ae92e292bf15b2945477ea16761dc..71d792c720f80dbd3e5573802629c267acc7d53a 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>