website fix taskSelectOutput overflow issue

This commit is contained in:
glax 2023-06-15 21:16:56 +02:00
parent dda4054d34
commit c822c74f42

View File

@ -454,6 +454,8 @@ blur-background {
flex-wrap: wrap;
justify-content: start;
align-content: start;
max-height: 70vh;
overflow-y: scroll;
}
#publicationViewerPopup{