Make the entire image top bar sticky #6364
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
5 days ago #6320 was merged, which implements a sticky behavior for the image selection toolbar. However, the regular image top bar itself is not sticky. This behavior is in contrast to the top bar of the Scene tab, which is sticky.
This PR makes the entire Image top bar sticky (and adjusts some styles to make it clean), which matches the behavior of the top bar in Scene search.
scenes top-bar (vanilla):

image top-bar (vanilla):

image top-bar sticky (this PR):

Another side-effect of this change was that it caused the Scenes top-bar to move to the center, but I think it looks a lot better:
scenes top-bar (vanilla):

scenes top-bar (this PR):


I ran
make validateand CSS linting passed.