是的,尝试设置CSS样式的位置:固定(或绝对):
canvas{ position:absolute; left:0; top:0; z-index:-1; }
您还可以将其设置为以下内容:
<style> #canvasSection{ position:fixed; } </style>