mirror of
https://github.com/penpot/penpot.git
synced 2025-06-05 21:51:38 +02:00
🐛 Fix dahsboard project scroll
This commit is contained in:
parent
38b72abf32
commit
65fa434388
2 changed files with 22 additions and 4 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue