0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-20 05:34:23 -05:00

🐛 Fix dropdown menu position out of bounds

This commit is contained in:
Florian Schroedl 2024-11-20 16:12:21 +01:00
parent 75a044e453
commit f1bda7b1f1

View file

@ -114,6 +114,7 @@
}
.import-export-button-wrapper {
position: relative;
display: flex;
flex-direction: row;
align-items: end;