mirror of
https://github.com/MasterAcnolo/Freedom-Loader.git
synced 2026-07-29 18:25:47 +02:00
Fix: Reference position bottom
This commit is contained in:
@@ -52,9 +52,9 @@ body {
|
|||||||
|
|
||||||
/* Because why not */
|
/* Because why not */
|
||||||
#reference{
|
#reference{
|
||||||
position: absolute;
|
position: fixed;
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
bottom: 0;
|
bottom:0vh;
|
||||||
left: 10px;
|
left: 10px;
|
||||||
font-size: 1em;
|
font-size: 1em;
|
||||||
color: #b0b0b02f;
|
color: #b0b0b02f;
|
||||||
|
|||||||
Reference in New Issue
Block a user