Things I have tried
What I’m trying to do
help me!
It might be possible to use a CSS snippet. I can’t provide details, but the wizards in the Obsidian Discord’s #appearance channel may be able to.
This will move the Search-Bar to the bottom:
/* search bar to bottom */
.markdown-source-view.mod-cm6 .document-search-container {
position: absolute;
bottom: 0;
width: 100%;
max-width: 100%;
}
RESULT:
Search is now fixed at the bottom of the window (when it’s open)
Thank you sir
perfect wow~~~~
A month’s pain is gone.
thank you next time i will use this solution
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.