Skip to content

Commit

Permalink
Fix iframe drag
Browse files Browse the repository at this point in the history
  • Loading branch information
ellatrix committed Nov 28, 2024
1 parent 0542dda commit a5aa1f7
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
opacity: 0.1 !important;
border-radius: $radius-small !important;

iframe {
pointer-events: none;
}

// Hide the multi selection indicator when dragging.
&::selection {
background: transparent !important;
Expand Down

0 comments on commit a5aa1f7

Please sign in to comment.