Skip to content
Snippets Groups Projects
Commit e8c07d26 authored by Jennifer Mankoff's avatar Jennifer Mankoff
Browse files

Made the button position fixed

parent 3c5c8203
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@
btn.id = "export-btn";
btn.textContent = "PDF";
btn.style.position = "fixed";
btn.style.position = "absolute";
btn.style.top = "10px";
btn.style.zIndex = "9999";
btn.style.right = "10px";
......@@ -84,4 +84,4 @@
}, 50);
}
}
})();
\ No newline at end of file
})();
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment