Skip to content

Commit d50595f

Browse files
committed
Disable broken script after redesign
1 parent 01f1f46 commit d50595f

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

app/packs/src/decidim/decidim_application.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ require.context("../../images", true);
2525
* - When the user scrolls back up, we restore the positioning from before.
2626
*
2727
*/
28+
/*
29+
// Disabled during the upgrade to decidim 0.29 with the redesign, because these bars don't exist anymore
2830
window.addEventListener('scroll', () => {
2931
const currentScroll = window.pageYOffset
3032
@@ -43,6 +45,7 @@ window.addEventListener('scroll', () => {
4345
header.style.paddingTop = '3.75rem'
4446
}
4547
})
48+
*/
4649

4750
/**
4851
* Redirect to external participatory processes

0 commit comments

Comments
 (0)