fix char setup dialog overflow (#206)

This commit is contained in:
Murilo Brito 2025-06-28 18:48:35 -03:00 committed by GitHub
parent b25e1cec78
commit 0a5f9c8905
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,6 +1,7 @@
@import './less/utils/colors.less';
.theme-light .daggerheart.dh-style.dialog.character-creation {
.tab-navigation nav a .descriptor {
background: red;
background-image: url('../assets/parchments/dh-parchment-dark.png');
}
.main-selections-container {
@ -15,6 +16,10 @@
.daggerheart.dh-style.dialog.character-creation {
.window-content {
gap: 16px;
.tab {
overflow-y: auto;
}
}
.tab-navigation {