I had the same problem with Visual Studio 2019.
The confirm, the solution that worked for me was to follow both Josh's answer and kalmiya's answer:
- Window -> Close All Documents
- Window -> Reset Window Layout
- Press Ctrl + Shift + F, to find some text in your solution
- Drag the 'Find window' to the bottom-most dock position (see diagram in kalmiya's answer)
- Restart Visual Studio
If you want to reproduce the problem, simply drag the 'Find window' to the second-from-bottom dock position.
Many thanks for the previous answers!