Custom code in header but for specific page only

hey guys is it possible to add custom code in header for specific page only?
I would like to add this code so that there are no scroll bars but only for the dashboard page:

<style type="text/css">
body {
    overflow:hidden;
}
</style>

but when I do all the pages are not scrollable.
can I edit this code somehow to target only the dashboard page?

1 Like

following

1 Like

Yes, just double click on the page and look at the bottom of the property editor.

2 Likes