fossasia / labs.fossasia.org

Projects Website for FOSSASIA http://labs.fossasia.org
1.67k stars 248 forks source link

Fixes #386 #387

Closed anishagg17 closed 4 years ago

anishagg17 commented 4 years ago

fixes : #386 the white space above the area does not get expanded

mariobehling commented 4 years ago

Yes, that works. Thanks!

anishagg17 commented 4 years ago

sir, i don't think function offsetAnchor() { if(location.hash.length === 0) { window.scrollTo(window.scrollX, window.scrollY - 100); } } this function is necessary should i remove it ? It's just increasing time to load page

mariobehling commented 4 years ago

Yes, there could be some outdated code. Please remove if not necessary. Just check if things still work. Thanks