1. A concise explanation of the problem you're experiencing.
I am running the cesium workshop and everything is rendered as it should, the problem is I am not able to interact with it, i cant click anywhere or move anything. There seems to be a black transparent screen on top because its all very dark.
2. A minimal code example. If you've found a bug, this helps us reproduce and repair it.
this is what i ran on my terminal:
cesium-workshop@1.5.0 start /Users/ddomit/Google Drive/Programming/CesiumJS/cesium-workshop
node server.js
Cesium development server running locally. Connect to http://localhost:8080
3. Context. Why do you need to do this? We might know a better way to accomplish your goal.
4. The Cesium version you're using, your operating system and browser.
I believe my cesium version is 1.5.0 (because of this line "cesium-workshop@1.5.0 start /Users/...") My OS is MacOS Mojave, and browser is Chrome.