mirror of
https://github.com/penpot/penpot.git
synced 2025-01-24 07:29:08 -05:00
fix view mode scroll
This commit is contained in:
parent
d474712cd6
commit
08ee5f0ba0
1 changed files with 5 additions and 4 deletions
|
@ -214,11 +214,12 @@
|
||||||
.view-canvas {
|
.view-canvas {
|
||||||
background-color: $secondary-ui-bg;
|
background-color: $secondary-ui-bg;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
overflow: auto;
|
overflow: scroll;
|
||||||
|
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
.page-layout {
|
||||||
align-items: center;
|
flex-shrink: 0;
|
||||||
|
margin: auto;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.interaction-mark {
|
.interaction-mark {
|
||||||
|
|
Loading…
Add table
Reference in a new issue