How to hide the scroll bar in a div block

Hey Lorenza,

  1. You don’t need a custom code to disable scroll in a div. There’s the overflow property for that:
    Image%20002

  2. Custom code as this one (css styling) do not go into the custom div attributes but in the <head> or before </body> as you wrote you did first.

  3. If you’ll share a read only link with your questions it will be easier to answer specifically for your project’s problem