From 5c90dd0d6261eb9d9efb9acb22d86aa18c348024 Mon Sep 17 00:00:00 2001
From: Tamara Steinwender <tamara.steinwender@tugraz.at>
Date: Tue, 6 Jul 2021 15:07:48 +0200
Subject: [PATCH] Update Submodule

---
 src/styles.js  | 10 ++++++++++
 vendor/toolkit |  2 +-
 2 files changed, 11 insertions(+), 1 deletion(-)
 create mode 100644 src/styles.js

diff --git a/src/styles.js b/src/styles.js
new file mode 100644
index 0000000..4d88970
--- /dev/null
+++ b/src/styles.js
@@ -0,0 +1,10 @@
+import {css} from 'lit-element';
+
+export function getSignatureCss() {
+    // language=css
+    return css`
+        #pdf-preview {
+            position: sticky;
+            top: 0px;
+        }`;
+}
\ No newline at end of file
diff --git a/vendor/toolkit b/vendor/toolkit
index c46fef4..d844096 160000
--- a/vendor/toolkit
+++ b/vendor/toolkit
@@ -1 +1 @@
-Subproject commit c46fef42c484e3175e20a7b1b321c51e8b6c7366
+Subproject commit d8440964149b7c42b528094da2a7e112bf89bc79
-- 
GitLab