From 9e2d8969c5c54e2b4617b4d60b566aca8bd1bd8e Mon Sep 17 00:00:00 2001 From: Abe Jellinek Date: Wed, 17 May 2023 16:45:12 +0300 Subject: [PATCH] Disable window dragging inside toolbar controls --- src/stylesheets/components/viewer/_toolbar.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/stylesheets/components/viewer/_toolbar.scss b/src/stylesheets/components/viewer/_toolbar.scss index a4ef00a7..b32628ae 100644 --- a/src/stylesheets/components/viewer/_toolbar.scss +++ b/src/stylesheets/components/viewer/_toolbar.scss @@ -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;