diff --git a/src/styles.js b/src/styles.js
index f58b871296dd9f2ee3b2b0289899245ea0345300..9c7c7b8e40285326ae203b5e30036d02c56682bf 100644
--- a/src/styles.js
+++ b/src/styles.js
@@ -253,7 +253,7 @@ export function getSignatureCss() {
         and (orientation: portrait)
         and (max-width: 768px) {
             /* Modal preview, upload and external auth */
-            div.right-container > * {
+            div.right-container > *  {
                 position: fixed;
                 z-index: 1000;
                 padding: 10px;
@@ -282,7 +282,7 @@ export function getSignatureCss() {
                 max-width: inherit;
             }
             
-            #pdf-preview {
+            #pdf-preview, #annotation-view {
                 position: fixed;
             }
         }