AAE-29885 Fix form not scrollable (#10521)

This commit is contained in:
Diogo Bastos 2025-01-07 11:17:07 +00:00 committed by GitHub
parent fd0f3c5ed6
commit 7ea446edc6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,6 +1,8 @@
@import 'styles/mat-selectors';
.adf-task-form-cloud-container {
height: 100%;
.adf-task-form {
&-container {
overflow: hidden;