Question
Virtusa
NL
Last activity: 21 Aug 2017 1:06 EDT
CLM Framework: Portal Header is coming at bottom while processing the Case
While Launching portal Header is coming at top and going to bottom after case creation/any action.
-
Like (0)
-
Share this page Facebook Twitter LinkedIn Email Copying... Copied!
PEG
PL
Strange behaviour. Kindly share the design time configuration?
Pegasystems Inc.
IN
Virtusa
NL
Hi Durga,
Please find attached screens and let me know if you need additional info.
Thanks,
Jagadeesh
Virtusa
NL
Hi Durga,
As requested, I sent portal Config Screens to you. May I know your sugestions on this?
Thanks in advance!
Regards,
Jagadeesh.
Pegasystems Inc.
IN
Hello Jagadeesh,
Please share the Design Time Configuration of the portal header.
Try inspect the header element using Debugger tools and check CSS styles whether any custom css style is overriding the header position.
Attach the screen shot of inspect header element with Developer Tools enabled.
You can try with inline css style for header as below:
position: fixed;
or if you know the ID of the header then use below snippet in your custom css stylesheet.
<style>
#ID{
position: fixed;
}
</style>
I hope this helps you .
Thanks & Regards,
Durga
Virtusa
NL
Hi Durga,
Please find attached for screen shot of inspect header element with Developer Tools enabled.
Thanks,
Jagadeesh.
Pegasystems Inc.
IN
Hello Jagadeesh,
Try giving position as below in Styles in Developer Tools.
Hello Jagadeesh,
Try giving position as below in Styles in Developer Tools.
- position: absolute;
}
Thanks,
Durga
Virtusa
NL
Hi Durga,
As per my analysis, it might not be issue and let me know If I was wrong.
Please find attached screens.
Screen1 : Portal harness before Case creation
Screen2 : Later Case Creation: Portal harness being overridden by Perform Harness so I think it might be the issue.
Please suggest your thoughts.
Thanks,
Jagadeesh.
Asb Bank
NZ
Did you figured out the issue?