CommunityScripts
CommunityScripts copied to clipboard
[Hot Cards] Not cropping thumbnails when hot card applied
Seems like when a hot card style is applied, thumbnails aren't cropped anymore.
Disabled:
Enabled:
For anyone that may be facing this issue, I was able to fix this with this bit of custom css:
.scene-card-preview {
overflow: hidden;
}