0
Fork 0
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:
elhombretecla 2016-05-20 08:19:20 +02:00
parent e8fe5508d2
commit 7f123c1952

View file

@ -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%;
}