Added a temp fix for status effect rows

This commit is contained in:
WBHarry 2026-06-01 21:40:27 +02:00
parent 6448666579
commit 8ccc02b7ce

View file

@ -38,6 +38,9 @@
}
.status-effects {
// TODO: Remove when the issue https://github.com/foundryvtt/foundryvtt/issues/14410 is resolved and Foundry handles it cleanly themselves.
grid-template-rows: min-content;
.effect-control-container {
position: relative;