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

Add a padding to pdf preview

parent c461098f
Branches
No related tags found
No related merge requests found
...@@ -206,11 +206,12 @@ export function getSignatureCss() { ...@@ -206,11 +206,12 @@ export function getSignatureCss() {
pointer-events: none; pointer-events: none;
} }
#pdf-preview { #pdf-preview, #annotation-view {
position: sticky; position: sticky;
top: 0px; top: 0px;
height: 100vh; height: 100vh;
overflow: auto; overflow: auto;
padding-bottom: 30px;
} }
#pdf-preview .box-header { #pdf-preview .box-header {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment