Fix height for Dialog content
This commit is contained in:
parent
cccd74cc11
commit
b2f5b96e9e
1 changed files with 2 additions and 0 deletions
|
|
@ -147,5 +147,7 @@ input[type="file"] {
|
||||||
}
|
}
|
||||||
[data-pc-section="content"] {
|
[data-pc-section="content"] {
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
|
height: calc(100% - 3.75rem);
|
||||||
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue