Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions plugins/_desktop/webui/desktop-panel.html
Original file line number Diff line number Diff line change
Expand Up @@ -723,6 +723,12 @@
}

}

/* While the canvas is being resized, the left-edge drag sweeps the cursor across this
iframe, which captures the pointermove and freezes shrinking (widening drags away, so
it works). Disable hit-testing on the frame during the drag — right-canvas-store.js
toggles `right-canvas-resizing` on <body> for the duration of the drag. */
body.right-canvas-resizing .office-desktop-frame { pointer-events: none; }
</style>
</body>
</html>