Switch to absolute positioning when on element

This commit is contained in:
Idrees Hassan
2025-10-23 23:32:01 -04:00
parent 5298b7801b
commit 29f1766a95
5 changed files with 140 additions and 56 deletions

View File

@@ -21,6 +21,10 @@
cursor: pointer;
}
.birb-absolute {
position: absolute !important;
}
.birb-decoration {
image-rendering: pixelated;
position: fixed;