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
1 changed files with 1 additions and 1 deletions

View File

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