From 0a5f9c8905e0aaffe4de7127e71a49d96b574983 Mon Sep 17 00:00:00 2001 From: Murilo Brito <91566541+moliloo@users.noreply.github.com> Date: Sat, 28 Jun 2025 18:48:35 -0300 Subject: [PATCH] fix char setup dialog overflow (#206) --- styles/characterCreation.less | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/styles/characterCreation.less b/styles/characterCreation.less index 49f7e74a..e6548d21 100644 --- a/styles/characterCreation.less +++ b/styles/characterCreation.less @@ -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 {