mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-03-08 06:56:12 +01:00
Fixed max height
This commit is contained in:
parent
f3e87b1641
commit
5befeb0aa1
2 changed files with 10 additions and 7 deletions
|
|
@ -2,11 +2,15 @@
|
|||
--text-color: light-dark(@dark-blue, @beige);
|
||||
color: var(--text-color);
|
||||
|
||||
.window-content > div {
|
||||
overflow: auto;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
height: 100%;
|
||||
.window-content {
|
||||
justify-content: space-between;
|
||||
|
||||
> div {
|
||||
overflow: auto;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
max-height: 400px;
|
||||
}
|
||||
}
|
||||
|
||||
.types-container {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue