Fix html: search box overrides to other elements if scrolled

This commit is contained in:
Takeshi KOMIYA 2018-08-22 14:33:48 +09:00
parent 7065c1cb39
commit 59bc1da6ae
2 changed files with 6 additions and 0 deletions

View File

@ -16,6 +16,8 @@ Features added
Bugs fixed Bugs fixed
---------- ----------
* html: search box overrides to other elements if scrolled
Testing Testing
-------- --------

View File

@ -81,6 +81,10 @@ div.sphinxsidebar input {
font-size: 1em; font-size: 1em;
} }
div.sphinxsidebar #searchbox form.search {
overflow: hidden;
}
div.sphinxsidebar #searchbox input[type="text"] { div.sphinxsidebar #searchbox input[type="text"] {
float: left; float: left;
width: 80%; width: 80%;