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
We solved this issue for us by adding an tabindex="-1" in all.blade.php to the Button/Searchicon element.
The line looks like this in the End <button tabindex="-1" type="submit">@icon('search')</button>
The reason this works is, that if this is added, a css rule that the searchbar in the header uses will apply here.
Thanks for reporting @whoamiafterall, and thanks @ninaa-e for sharing the solution.
This has now been addressed in 42264f4 to be part of the next feature release.
Describe the Bug
This happens only in mobile view of Search Results.
Steps to Reproduce
Expected Behaviour
The Icon should stay inside the Search Bar.
Screenshots or Additional Context
No response
Browser Details
Firefox 130.0 (64.bit)
Exact BookStack Version
v24.05.4
The text was updated successfully, but these errors were encountered: