🐛 Fix dahsboard project scroll

This commit is contained in:
Eva Marco 2024-03-18 14:16:19 +01:00 committed by Andrey Antukh
parent 38b72abf32
commit 65fa434388
2 changed files with 22 additions and 4 deletions

View file

@ -17,6 +17,12 @@
.dashboard-projects {
user-select: none;
height: calc(100vh - $s-64);
}
.with-hero,
.with-team-hero {
height: calc(100vh - $s-280);
}
.dashboard-shared {