0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-09 08:20:45 -05:00

💄 Fix canvas size

This commit is contained in:
mathieu.brunot 2019-02-23 14:20:56 +01:00
parent 2137c5bd51
commit 9e288e0c32
No known key found for this signature in database
GPG key ID: 81584BEAF692D7E0

View file

@ -62,7 +62,7 @@
}
.workspace-canvas {
height: calc(100vh - 20px);
height: calc(95% - 20px);
overflow: scroll;
transition: none;
width: 100%;