Skip to main content

This content has been archived and is no longer being updated. Links may not function; however, this content may be relevant to outdated versions of the product.

Support Article

Operator icon is not displayed when on mobile browser

SA-40585

Summary



When logging into a mobile application from a mobile browser, after login there is no operator icon on the top right side of the header.

Error Messages



Not Applicable


Steps to Reproduce



Login into a mobile app from a mobile browser.


Root Cause



This is an expected behavior. Below media query is used to hide operator icon when screen width is less than 750px in phone.

@media screen and (max-width: 750px)
.layout-noheader-portal_header.float-right .flex.system-search, .phone > body .layout-noheader-portal_header.float-right .operator-menu {
display: none;
}

These styles are added in "py-responsive-overrides" rule.

Resolution



If you want to show user icon in mobile then add below styles in UserWorkForm:

<style>
.phone > body .layout-noheader-portal_header.float-right .operator-menu.with-icon {
display: flex;
}
</style>

Published August 26, 2017 - Updated October 8, 2020

Was this useful?

0% found this useful

Have a question? Get answers now.

Visit the Collaboration Center to ask questions, engage in discussions, share ideas, and help others.

Did you find this content helpful?

Want to help us improve this content?

We'd prefer it if you saw us at our best.

Pega Community has detected you are using a browser which may prevent you from experiencing the site as intended. To improve your experience, please update your browser.

Close Deprecation Notice
Contact us