Added a temp fix for status effect rows (#1965)

This commit is contained in:
WBHarry 2026-06-01 21:52:27 +02:00 committed by GitHub
parent 6448666579
commit 646ebc8bdf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -38,6 +38,9 @@
} }
.status-effects { .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 { .effect-control-container {
position: relative; position: relative;