mirror of
https://github.com/penpot/penpot.git
synced 2025-01-24 15:39:50 -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 {
|
.workspace-canvas {
|
||||||
height: calc(100vh - 20px);
|
height: calc(95% - 20px);
|
||||||
overflow: scroll;
|
overflow: scroll;
|
||||||
transition: none;
|
transition: none;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
Loading…
Add table
Reference in a new issue