0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-02 04:19:08 -05:00

fix workspace canvas margin bug

This commit is contained in:
Juan de la Cruz 2016-01-12 10:50:55 +01:00
parent 4c5036539d
commit cc4ddd214f

View file

@ -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;