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:
parent
20d0bd707d
commit
5ee517d806
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue