0
Fork 0
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:
Juan de la Cruz 2016-01-12 10:50:55 +01:00
parent 4c5036539d
commit cc4ddd214f

View file

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