0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-23 23:18:48 -05:00

fix view mode scroll

This commit is contained in:
elhombretecla 2017-03-02 09:44:40 +01:00
parent d474712cd6
commit 08ee5f0ba0

View file

@ -214,11 +214,12 @@
.view-canvas {
background-color: $secondary-ui-bg;
width: 100%;
overflow: auto;
overflow: scroll;
display: flex;
justify-content: center;
align-items: center;
.page-layout {
flex-shrink: 0;
margin: auto;
}
}
.interaction-mark {