From 54dd534eb8176207d76f488168f200d8db4d5dff Mon Sep 17 00:00:00 2001 From: Chris Beer <cabeer@stanford.edu> Date: Tue, 12 Mar 2019 16:17:20 -0700 Subject: [PATCH] Add a drag indicator to the elastic mode; fixes #2137 --- src/styles/index.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/index.scss b/src/styles/index.scss index 3ee4ebacd..0022f7500 100644 --- a/src/styles/index.scss +++ b/src/styles/index.scss @@ -13,7 +13,7 @@ display: none; } - .mosaic-window-body { + .react-draggable, .mosaic-window-body { .mirador-window-top-bar { cursor: move; } -- GitLab