Merge pull request #8479 from aignatov-bio/ai-sci-11734-fix-scrolling-in-activities

Fix task activities page layout [SCI-11734]
This commit is contained in:
aignatov-bio 2025-05-06 10:04:02 +02:00 committed by GitHub
commit cc5ed4547d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -10,7 +10,7 @@
padding: 0 15px; padding: 0 15px;
&.task-activities { &.task-activities {
height: calc(100vh - var(--navbar-height) - var(--title-row-height) - 4rem); height: calc(100vh - var(--navbar-height) - var(--title-row-height) - 6rem);
padding-top: 20px; padding-top: 20px;
} }