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:
parent
f5bced5692
commit
89a27b933a
1 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue