mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-11 19:25:21 +01:00
fix char setup dialog overflow (#206)
This commit is contained in:
parent
b25e1cec78
commit
0a5f9c8905
1 changed files with 6 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue