Scrollbar missing in new UX on custom screens

lock
push_pin
done
Beantwortet
2

Hi!

We have experienced 3 customers with custom screens where the scrollbar is missing after they got the new UX. Is this a bug? 

 

We know how to fix it, but is this something that should be fixed in the system?

We need to add this;

<style>
  #HtmlPage_rightDiv {
    overflow: scroll !important;
  }
</style>

24. März 2025 | 04:34 PM

Alle Antworten (2)

I also have a customer that could not scroll in their web panels after our new GUI was implemented.

They have version 10.5.4. 

The web panels are located in “Panel - Company screen section tab” and in “Panel - Request screen - section tab “

If the web panels are showing custom screens the scrollbar is not shown/working.

If the web panels are showing scripts the scrollbar is working.

I have sent it into internal support/developers

8. Apr. 2025 | 07:37 AM

I have been informed that fix does no longer work:

 #HtmlPage_rightDiv {
    overflow: scroll !important;
  }


Following can be used instead:

      .HtmlPage_contentDiv {

        overflow-y: scroll !important;

      }



5 h, 31 m vor | 12:22 PM

Antwort hinzufügen