Rotate The Screen Shortcut -

.rotation-menu position: absolute; bottom: 100%; right: 0; margin-bottom: 8px; background: white; border-radius: 8px; box-shadow: 0 4px 12px rgba(0,0,0,0.15); display: none; flex-direction: column; min-width: 150px; overflow: hidden;

document.body.appendChild(notification); setTimeout(() => notification.remove(), 2000); rotate the screen shortcut

this.rotateScreen(degrees);