Skip to content

Commit

Permalink
Silly fix that causes views to be completely unresponsive due to the …
Browse files Browse the repository at this point in the history
…overlay consuming pointer events
  • Loading branch information
PixNyb committed Jul 29, 2024
1 parent 16d0ace commit c715914
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/app/components/VncViewer.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@
display: flex;
justify-content: center;
align-items: center;
pointer-events: none;
}

.vnc-canvas .overlay * {
pointer-events: auto;
}

.vnc-canvas button {
Expand Down

0 comments on commit c715914

Please sign in to comment.