mirror of
https://github.com/penpot/penpot.git
synced 2026-06-01 05:00:17 +00:00
fix workspace canvas margin bug
This commit is contained in:
parent
4c5036539d
commit
cc4ddd214f
@ -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…
x
Reference in New Issue
Block a user