From 9a5104f2109f203bf131754e37b809d228f46736 Mon Sep 17 00:00:00 2001 From: Tamara Steinwender <tamara.steinwender@tugraz.at> Date: Mon, 12 Jul 2021 09:42:32 +0200 Subject: [PATCH] Add a padding to pdf preview --- src/styles.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/styles.js b/src/styles.js index df9597a..f58b871 100644 --- a/src/styles.js +++ b/src/styles.js @@ -206,11 +206,12 @@ export function getSignatureCss() { pointer-events: none; } - #pdf-preview { + #pdf-preview, #annotation-view { position: sticky; top: 0px; height: 100vh; overflow: auto; + padding-bottom: 30px; } #pdf-preview .box-header { -- GitLab