Hi Jérémie,
You have to adapt the css of your items.
See https://forum.mendix.com/link/questions/91580 for a fixed header, which could be the solution for your button problem.
Cheers!
Mathis:
z-index: 101;
position: -webkit-sticky;
position: sticky;
top: 0;
Was indeed good enough. Put this in the style of whatever you want!
Thanks!