Skip to content

Commit 520bd05

Browse files
committed
fix: added grabbing cursor to body id dnd isdragging
1 parent 649ac71 commit 520bd05

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/css/core.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,13 @@ body {
2828
-webkit-text-size-adjust: 100%;
2929
}
3030

31+
body[isdragging] * {
32+
cursor: grabbing!important;
33+
cursor: -moz-grabbing!important;
34+
cursor: -webkit-grabbing!important;
35+
}
36+
37+
3138
a {
3239
text-decoration: none;
3340
cursor: pointer;

0 commit comments

Comments
 (0)