mirror of
https://github.com/penpot/penpot.git
synced 2025-01-10 00:40:30 -05:00
fig dashboard scroll bug
This commit is contained in:
parent
e8fe5508d2
commit
7f123c1952
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,6 @@
|
|||
}
|
||||
|
||||
.dashboard-grid-content {
|
||||
align-items: center;
|
||||
display: flex;
|
||||
min-height: 60vh;
|
||||
overflow: scroll;
|
||||
|
@ -84,6 +83,7 @@
|
|||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
justify-content: center;
|
||||
margin: auto;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue