Skip to content

Commit

Permalink
Fix - issue with the grabbable area being too large on a token with a…
Browse files Browse the repository at this point in the history
… rectangluar image.
  • Loading branch information
Azmoria committed Oct 6, 2023
1 parent c2d714b commit 0b53bbd
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Token.js
Original file line number Diff line number Diff line change
Expand Up @@ -1780,9 +1780,7 @@ class Token {

tokenImage.css({
"max-height": this.sizeHeight(),
"max-width": this.sizeWidth(),
"height": "100%",
"width": "100%"
"max-width": this.sizeWidth()
});


Expand Down

0 comments on commit 0b53bbd

Please sign in to comment.