Skip to content

Bootstrap

Bootstrap 4 Accordion Fix

To fix the behavior with Bootstrap 4 Accordiong and Chrome 84 and up, with moving the whole page while clicking accordion buttons, just add this line to the accordion main div: .accordion{ overflow-anchor: none; }