mirror of
https://github.com/penpot/penpot.git
synced 2025-02-02 12:28:54 -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 {
|
.workspace-canvas {
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
height: calc(100vh - 50px);
|
height: calc(100vh - 50px);
|
||||||
margin: 0 240px 0 50px;
|
margin: 0 250px 0 50px;
|
||||||
overflow: scroll;
|
overflow: scroll;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
transition: none;
|
transition: none;
|
||||||
|
|
Loading…
Add table
Reference in a new issue