Don't cause rerender jumps for scrollable elements (closes #131)

This commit is contained in:
Oliver-Akins 2024-03-24 21:46:11 -06:00
parent ec07fcfd39
commit 60797ab1e2
2 changed files with 11 additions and 1 deletions

View file

@ -26,7 +26,6 @@ export class PlayerSheetv2 extends GenericActorSheet {
],
}
);
opts.classes.push(`dotdungeon`);
return opts;
};