Skip to content
New issue

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

UI: The position sticky on the workflow toolbar is not working #11442

Closed
3 tasks done
yunwoo-yu opened this issue Jul 25, 2023 · 0 comments · Fixed by #11444
Closed
3 tasks done

UI: The position sticky on the workflow toolbar is not working #11442

yunwoo-yu opened this issue Jul 25, 2023 · 0 comments · Fixed by #11444

Comments

@yunwoo-yu
Copy link
Contributor

Pre-requisites

  • I have double-checked my configuration
  • I can confirm the issues exists when I tested with :latest
  • I'd like to contribute the fix myself (see contributing guide)

What happened/what you expected to happen?

Jul-25-2023 02-41-53

  • The sticky property applied to the toolbar when the workflow list checkbox is selected is not applied, so the toolbar is not visible when scrolling down.

How to fix the problem?

The Page component provided by argo-ui has overflow:hidden as a default property in the page__content-wrapper, so sticky cannot be applied.

Alternatively, you can use position:fixed and classname to make it behave like sticky.
If you have a better way, I'd appreciate any suggestions :)

Version

latest

Paste a small workflow that reproduces the issue. We must be able to run the workflow; don't enter a workflows that uses private images.

N/A

Logs from the workflow controller

N/A

Logs from in your workflow's wait container

N/A
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants