mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-09-10 15:14:33 +08:00
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:
commit
cc5ed4547d
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
|||
padding: 0 15px;
|
||||
|
||||
&.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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue