mirror of
https://github.com/penpot/penpot.git
synced 2025-01-22 14:39:45 -05:00
fix workspace canvas margin bug
This commit is contained in:
parent
4c5036539d
commit
cc4ddd214f
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
.workspace-canvas {
|
||||
box-sizing: border-box;
|
||||
height: calc(100vh - 50px);
|
||||
margin: 0 240px 0 50px;
|
||||
margin: 0 250px 0 50px;
|
||||
overflow: scroll;
|
||||
width: 100%;
|
||||
transition: none;
|
||||
|
|
Loading…
Add table
Reference in a new issue