fix: remove fixed background attachment for improved responsiveness

This commit is contained in:
Sarto
2026-04-14 02:56:39 +03:30
parent 558fea70f5
commit 894fbbdfd6
-1
View File
@@ -3626,7 +3626,6 @@
m.style.backgroundSize = data ? 'cover' : '';
m.style.backgroundPosition = data ? 'center' : '';
m.style.backgroundRepeat = data ? 'no-repeat' : '';
m.style.backgroundAttachment = data ? 'fixed' : '';
}
function loadBgImage() {
var data = localStorage.getItem('thefeed_bg_image') || '';