Request for a UI change

I'm not sure this is the right place for this post, but here goes. It is a request for a change: namely to the Web UI.

Please see the attached image. Would it be possible to have the "Dashboard, Temperature..." heading frozen on the screen so that it doesn't scroll?

Cheers,
Kevin

Looks like you're using UI Custiomizer? If so then in the advanced options you could use something like this.

#tabs {
  position: fixed;
}

but it will cause some issues. you would have to make additional adjustments to the other parts as well