Fix height for Dialog content

This commit is contained in:
Timothée Goguely 2024-10-09 16:07:55 +02:00
parent cccd74cc11
commit b2f5b96e9e

View file

@ -147,5 +147,7 @@ input[type="file"] {
}
[data-pc-section="content"] {
flex-grow: 1;
height: calc(100% - 3.75rem);
overflow: hidden;
}
</style>