mirror of
https://github.com/penpot/penpot.git
synced 2025-12-12 06:24:17 +01:00
fix view mode scroll
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user