0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-24 07:29:08 -05:00

🐛 Fix scroll on workspace library.

This commit is contained in:
Juan de la Cruz 2020-03-30 09:55:46 +02:00 committed by Andrey Antukh
parent f5bced5692
commit 89a27b933a

View file

@ -40,15 +40,15 @@
display: flex;
flex-direction: column;
height: 100%;
padding: 0.25rem;
}
.library-tab-content {
display: grid;
flex-direction: row;
flex-wrap: wrap;
height: -webkit-fill-available;
padding: 0.25rem;
overflow-y: scroll;
overflow-y: auto;
.icons-tab & {
grid-template-columns: repeat(3, 1fr);