We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the solution you'd like
A user navitages to the agent overview page using a device with an uncommon resolution ( like a MS Surface) and it renders like this:
That render hasn´t been scrolled, but look like if it were scrolled to the bottom of the page.
We want to redesign the page so the ribbon with the agent status and information scrolls like the rest of the content.
The text was updated successfully, but these errors were encountered:
Analyzing the code, it is found that the component that shows the agent details is public/components/common/welcome/agents-info.js
public/components/common/welcome/agents-info.js
this component is used in public/components/common/welcome/agents-welcome.js
public/components/common/welcome/agents-welcome.js
where the design problem is found
Sorry, something went wrong.
Merged PR #4516 and the backports
Tostti
matiasmoreno876
Successfully merging a pull request may close this issue.
Describe the solution you'd like
A user navitages to the agent overview page using a device with an uncommon resolution ( like a MS Surface) and it renders like this:
That render hasn´t been scrolled, but look like if it were scrolled to the bottom of the page.
We want to redesign the page so the ribbon with the agent status and information scrolls like the rest of the content.
The text was updated successfully, but these errors were encountered: