I have encountered an issue where Babylon cannot call the mouse wheel to zoom in and out of the viewing angle during use Hope to receive answers and replies Thank you

I have encountered an issue where Babylon cannot call the mouse wheel to zoom in and out of the viewing angle during use Hope to receive answers and replies Thank you。

Thank you for the reminder from our previous friend. Please find the code below for your reference

主驾 副驾 后排
.canvas-container { width: 100%; height: 100%; position: relative; cursor: pointer; } .button-container { position: fixed; bottom: 10px; left: 50%; transform: translateX(-50%); z-index: 1000; /* 确保按钮在最上层 */ } .button-container button { margin: 5px; }

Hello :slight_smile:

As @Deltakosh said in the same post 3 weeks ago, please provide a repro in a Playground so that we can help

Also, I’m not sure the CSS code you gave is related… :thinking:

1 Like