Skip to content
Snippets Groups Projects
Commit 5c031a6b authored by Steinwender, Tamara's avatar Steinwender, Tamara
Browse files

Add mobile styles to add-annotation

parent 5c4e325f
No related branches found
No related tags found
No related merge requests found
Pipeline #51666 passed
...@@ -253,7 +253,7 @@ export function getSignatureCss() { ...@@ -253,7 +253,7 @@ export function getSignatureCss() {
and (orientation: portrait) and (orientation: portrait)
and (max-width: 768px) { and (max-width: 768px) {
/* Modal preview, upload and external auth */ /* Modal preview, upload and external auth */
div.right-container > * { div.right-container > * {
position: fixed; position: fixed;
z-index: 1000; z-index: 1000;
padding: 10px; padding: 10px;
...@@ -282,7 +282,7 @@ export function getSignatureCss() { ...@@ -282,7 +282,7 @@ export function getSignatureCss() {
max-width: inherit; max-width: inherit;
} }
#pdf-preview { #pdf-preview, #annotation-view {
position: fixed; position: fixed;
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment