absolute positioning

This commit is contained in:
2021-02-10 11:24:33 +01:00
parent ecba2ba7dc
commit 480bfb4e4a

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;