diff --git a/services/web/frontend/stylesheets/bootstrap-5/pages/editor/pdf.scss b/services/web/frontend/stylesheets/bootstrap-5/pages/editor/pdf.scss index e7bc249144..14eee1f3d2 100644 --- a/services/web/frontend/stylesheets/bootstrap-5/pages/editor/pdf.scss +++ b/services/web/frontend/stylesheets/bootstrap-5/pages/editor/pdf.scss @@ -406,3 +406,11 @@ 100vh - #{$toolbar-small-height + $toolbar-height + $spacing-11} ); } + +.pdf-preview-messages { + position: absolute; + right: var(--spacing-06); + left: var(--spacing-06); + top: var(--spacing-10); + z-index: 1; +}