mirror of
https://github.com/penpot/penpot.git
synced 2025-01-09 00:10:11 -05:00
💄 Fix canvas size
This commit is contained in:
parent
2137c5bd51
commit
9e288e0c32
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@
|
|||
}
|
||||
|
||||
.workspace-canvas {
|
||||
height: calc(100vh - 20px);
|
||||
height: calc(95% - 20px);
|
||||
overflow: scroll;
|
||||
transition: none;
|
||||
width: 100%;
|
||||
|
|
Loading…
Reference in a new issue