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

  • 20 August 2019
  • 0 replies
  • 42 views

Badge +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



0 replies

Be the first to reply!

Reply