fix interaction between blur navbar & in-app-menu #491
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.
fix #490 by making the nav bar background sticky and moving it upwards which fixes the blur issues
(18px blur is now way too much, 8px is close but a bit lower than it was before - but I think it looks ok?)
this pr also fix the height of the search page item header when stuck (for in-app-menu) and include it in the blur plugin for consistency since it sticks to the navbar when scrolling down
Click to see screenshots comparisons
Blur Before:
![Blur_Before](https://user-images.githubusercontent.com/78568641/141696986-0336b610-bfbe-476c-bb5b-a42ed5bf04c8.png)
Blur After:
![Blur_After](https://user-images.githubusercontent.com/78568641/141697126-31bc4f7a-8731-40c5-8134-324e807e7f8f.png)
Search page clip+blur before:
![Search-Page_Before](https://user-images.githubusercontent.com/78568641/141697204-683bfc90-9986-4501-bfd3-0cf2f9e01e83.png)
Search page after:
![Search-Page_After](https://user-images.githubusercontent.com/78568641/141697215-e2181916-a684-4663-8cdd-3538b685dcc3.png)