Skip to content

Commit

Permalink
Disable window dragging inside toolbar controls
Browse files Browse the repository at this point in the history
  • Loading branch information
AbeJellinek committed May 17, 2023
1 parent 5c21f0a commit 9e2d896
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/stylesheets/components/viewer/_toolbar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,10 @@
display: flex;
}

.toolbarButton, .toolbarField {
-moz-window-dragging: no-drag;
}

@if $toolbar-btn-separator-list {
#{$toolbar-btn-separator-list} {
margin-right: $toolbar-btn-separator-spacing;
Expand Down

0 comments on commit 9e2d896

Please sign in to comment.