diff --git a/frontend/resources/styles/view/layouts/main-layout.scss b/frontend/resources/styles/view/layouts/main-layout.scss index 7e730eb42..a50841e15 100644 --- a/frontend/resources/styles/view/layouts/main-layout.scss +++ b/frontend/resources/styles/view/layouts/main-layout.scss @@ -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 {