.view360-container { position: absolute; left: 0; top: 0; width: 100%; height: 100%; touch-action: pan-y; overflow: hidden; } .view360-canvas { position: absolute; left: 0; top: 0; width: 100%; height: 100%; -ms-user-select: none; user-select: none; -webkit-user-drag: none; }