Fix AddImageModal style issues

This commit is contained in:
Timothée Goguely 2024-10-09 16:54:19 +02:00
parent fac9c02bed
commit d7c7731fe3
3 changed files with 4 additions and 2 deletions

View file

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