-
Notifications
You must be signed in to change notification settings - Fork 0
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
fix: correct annoying search preview issue #147
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh, nice one! This was bugging me! 🚢
Merging this now on behalf of @laurelfulford because this is REALLY bugging me 🤣 |
# [1.8.0-alpha.1](v1.7.0...v1.8.0-alpha.1) (2024-05-20) ### Bug Fixes * correct annoying search preview issue ([#147](#147)) ([7dde399](7dde399)) ### Features * add comments sidebar ([#135](#135)) ([5ffcd15](5ffcd15)) * add support for co-author plus blocks ([#139](#139)) ([14e2893](14e2893)) * update search templates ([#137](#137)) ([5e89534](5e89534))
🎉 This PR is included in version 1.8.0-alpha.1 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Haha thanks for merging this, @thomasguillot! I JUST remembered it and went to check it 🤦♀️ |
# [1.8.0](v1.7.0...v1.8.0) (2024-05-28) ### Bug Fixes * correct annoying search preview issue ([#147](#147)) ([7dde399](7dde399)) ### Features * add comments sidebar ([#135](#135)) ([5ffcd15](5ffcd15)) * add support for co-author plus blocks ([#139](#139)) ([14e2893](14e2893)) * update search templates ([#137](#137)) ([5e89534](5e89534))
🎉 This PR is included in version 1.8.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
All Submissions:
Changes proposed in this Pull Request:
This PR fixes an editor preview issue with the search overlay. The
fixed
position coming from the theme was getting overridden by more specific editor styles.How to test the changes in this Pull Request:
npm run build
.Other information: