1
0
Fork 0
mirror of https://github.com/mat-1/matdoesdev.git synced 2025-08-02 06:36:04 +00:00

fix stake ad on mobile

This commit is contained in:
mat 2024-12-18 07:15:29 +00:00
parent 20d0bd707d
commit 5ee517d806

View file

@ -10,6 +10,7 @@ export function load() {
img.style.position = 'fixed'
img.style.bottom = '0'
img.style.right = '0'
img.style.maxWidth = '100%'
img.style.zIndex = '9999'
document.body.appendChild(img)
}