feat: Implement edge panning and middle mouse button panning for zoomed views.

This commit is contained in:
syntaxbullet
2026-02-11 22:43:30 +01:00
parent 55ec01e3cd
commit 9d014e4f1b
3 changed files with 168 additions and 2 deletions

View File

@@ -1772,7 +1772,7 @@ import {
}
/* --- MOBILE STYLES --- */
@media (max-width: 1600px) {
@media (max-width: 1200px) {
.control-panel {
padding: 0;
position: fixed;