Fix companion effects not being scrollable when overflowing (#1952)

This commit is contained in:
Carlos Fernandez 2026-05-31 05:00:28 -04:00 committed by GitHub
parent 53f15a7fde
commit 729e8bca42
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -10,3 +10,16 @@
background: url('../assets/parchments/dh-parchment-light.png');
}
});
.application.sheet.daggerheart.actor.dh-style.companion {
.window-content {
display: flex;
}
.tab.active {
flex: 1;
overflow: hidden;
display: flex;
flex-direction: column;
}
}