mirror of https://github.com/penpot/penpot.git
🐛 Fix dropdown menu position out of bounds
This commit is contained in:
parent
75a044e453
commit
f1bda7b1f1
|
|
@ -114,6 +114,7 @@
|
|||
}
|
||||
|
||||
.import-export-button-wrapper {
|
||||
position: relative;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: end;
|
||||
|
|
|
|||
Loading…
Reference in New Issue