Skip to main content

Question of the Week: Is there a way to override my application CSS if there is a discrepancy?

  • August 20, 2019
  • 0 replies
  • 50 views

michael_sweeney
Forum|alt.badge.img+1
Hey Guys, we ran into an issue the other day where the CSS of an aplicaton was overriding the CSS of the PX editor for an engagemet and adding a scroll bar when it was not necessary.



Good news is with a small edit to the engagement you can override the application CSS and correct the issue right from the Engagement.

Code added in the code editor to overcome the issue at browser level

​​​.apt-step-wrapper{

height: 100px;

overflow-x: auto;

overflow-wrap: break-word;



Hope this helps,

PX Support