table scroll corrected in new branch (#3554)

This commit is contained in:
ai7ana 2023-10-11 15:44:25 +02:00 committed by GitHub
parent cbdd91dfee
commit eea1868c4d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 2 deletions

View File

@ -149,8 +149,10 @@ const helpfulResourcesData = helpfulResources;
} }
&__data-table { &__data-table {
max-height: 41rem; :deep(.ui-data-table) {
overflow-y: auto; max-height: 41rem;
overflow-y: auto;
}
} }
} }
</style> </style>