0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-25 07:58:49 -05:00

🐛 Fix problem with handoff css

This commit is contained in:
alonso.torres 2022-03-08 11:53:56 +01:00
parent 49649a8814
commit a0c0ab1871

View file

@ -185,3 +185,7 @@
grid-column: 1 / span 1;
z-index: 11;
}
.thumbnail-close.invisible {
display: none;
}