Skip to content
This repository was archived by the owner on Sep 16, 2025. It is now read-only.

Commit d971bca

Browse files
committed
Finally fixed the Chrome drag bug
For pretty much forever you couldn't drag obstacles, traps, etc. in Chrome. This was a massive pain in the rear to track down and eventually turned out to be the width being set on these items. I'm still not sure why, but meh, it's fixed.
1 parent 940196e commit d971bca

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

VirtualGloomhavenBoard/wwwroot/scss/_board.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ $hexHeight: 90px;
1818
}
1919
}
2020

21+
.overlay {
22+
width: auto;
23+
}
24+
2125
.hex-mask {
2226
@include mixins.mask(url('/img/hex-mask.png'), alpha, top right, 90px);
2327
}

0 commit comments

Comments
 (0)