From 5c031a6ba33f048c822e60b4459866629f8ce64e Mon Sep 17 00:00:00 2001
From: Tamara Steinwender <tamara.steinwender@tugraz.at>
Date: Mon, 12 Jul 2021 13:20:01 +0200
Subject: [PATCH] Add mobile styles to add-annotation

---
 src/styles.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/styles.js b/src/styles.js
index f58b871..9c7c7b8 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;
             }
         }
-- 
GitLab