Fix companion effects not being scrollable when overflowing

This commit is contained in:
Carlos Fernandez 2026-05-30 23:17:28 -04:00
parent 53f15a7fde
commit 9ca0e59566

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;
}
}