mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-15 13:11:08 +01:00
fix char setup dialog overflow
This commit is contained in:
parent
b25e1cec78
commit
7abc44bd67
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 {
|
.theme-light .daggerheart.dh-style.dialog.character-creation {
|
||||||
.tab-navigation nav a .descriptor {
|
.tab-navigation nav a .descriptor {
|
||||||
background: red;
|
|
||||||
background-image: url('../assets/parchments/dh-parchment-dark.png');
|
background-image: url('../assets/parchments/dh-parchment-dark.png');
|
||||||
}
|
}
|
||||||
.main-selections-container {
|
.main-selections-container {
|
||||||
|
|
@ -15,6 +16,10 @@
|
||||||
.daggerheart.dh-style.dialog.character-creation {
|
.daggerheart.dh-style.dialog.character-creation {
|
||||||
.window-content {
|
.window-content {
|
||||||
gap: 16px;
|
gap: 16px;
|
||||||
|
|
||||||
|
.tab {
|
||||||
|
overflow-y: auto;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.tab-navigation {
|
.tab-navigation {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue