absolute positioning

This commit is contained in:
cupcakearmy 2021-02-10 11:24:33 +01:00
parent ecba2ba7dc
commit 480bfb4e4a
No known key found for this signature in database
GPG Key ID: D28129AE5654D9D9

View File

@ -41,7 +41,7 @@
<style> <style>
div { div {
position: fixed; position: absolute;
bottom: 1em; bottom: 1em;
right: 1em; right: 1em;
pointer-events: none; pointer-events: none;