You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Pre-requisites
:latest
What happened/what you expected to happen?
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
Logs from in your workflow's wait container
The text was updated successfully, but these errors were encountered: