🐛 Fix problem exporting shapes from handoff mode

This commit is contained in:
alonso.torres 2021-12-29 15:26:04 +01:00
parent 4b490e3ca4
commit 4a55ee2965
4 changed files with 29 additions and 40 deletions

View file

@ -1,6 +1,7 @@
$width-settings-bar: 16rem;
.handoff-layout {
height: 100vh;
display: grid;
grid-template-rows: 40px auto;
grid-template-columns: 1fr;