Made added draggable elements persist between pages.

This commit is contained in:
Saud Fatayerji
2023-05-08 20:06:34 +03:00
parent 5e3a2b456e
commit 7585fc80b4
2 changed files with 95 additions and 43 deletions

View File

@@ -235,15 +235,15 @@
<style>
#box-drag-container {
position: relative;
margin: 20px 0;
}
#pdf-canvas {
box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.384);
margin: 20px 0;
width: 100%;
}
.draggable-buttons-box {
position: absolute;
top: 20px;
top: 0;
padding: 10px;
width: 100%;
display: flex;