diff --git a/services/web/frontend/stylesheets/pages/editor/pdf-error-state.scss b/services/web/frontend/stylesheets/pages/editor/pdf-error-state.scss index 826900abb0..0425072725 100644 --- a/services/web/frontend/stylesheets/pages/editor/pdf-error-state.scss +++ b/services/web/frontend/stylesheets/pages/editor/pdf-error-state.scss @@ -1,10 +1,12 @@ .pdf-error-state { + overflow-y: auto; position: absolute; inset: var(--toolbar-small-height) 0 0 0; display: flex; flex-direction: column; align-items: center; justify-content: center; + justify-content: safe center; padding: var(--spacing-06); background-color: var(--pdf-bg); }