mirror of
https://github.com/penpot/penpot.git
synced 2025-05-30 11:26:11 +02:00
🐛 Fix horizontal scroll from design tab (#6213)
This commit is contained in:
parent
c332528185
commit
1e16fb8ca2
2 changed files with 3 additions and 2 deletions
|
@ -25,8 +25,8 @@
|
|||
}
|
||||
|
||||
.element-options {
|
||||
display: grid;
|
||||
grid-auto-rows: min-content;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: $s-8;
|
||||
width: 100%;
|
||||
height: calc(100vh - $s-80);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue