mirror of
https://github.com/sartoopjj/thefeed.git
synced 2026-05-19 05:44:39 +03:00
fix: remove fixed background attachment for improved responsiveness
This commit is contained in:
@@ -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') || '';
|
||||
|
||||
Reference in New Issue
Block a user