The Tab that opens after clicking on the icon is horizontal scrollable.
Can be fixed by adding overflow-x: hidden to the very first Selektor.
CSS-Code to fix the issue
body.adp-popup { overflow-x: hidden; margin:0; padding:10px; background: #FFFFFF; color: #000000; }