Merge pull request #6048 from PySimpleGUI/Dev-latest
Working on the search problem....
This commit is contained in:
commit
cde0fa74af
|
@ -0,0 +1,5 @@
|
||||||
|
.bs-sidebar {
|
||||||
|
padding: 0;
|
||||||
|
max-height:90vh;
|
||||||
|
overflow-y: auto;
|
||||||
|
}
|
|
@ -5,4 +5,4 @@ theme:
|
||||||
plugins:
|
plugins:
|
||||||
- search:
|
- search:
|
||||||
prebuild_index: true
|
prebuild_index: true
|
||||||
|
extra_css: [extra.css]
|
|
@ -2,6 +2,8 @@ version: 2
|
||||||
|
|
||||||
python:
|
python:
|
||||||
version: 3.6
|
version: 3.6
|
||||||
|
install:
|
||||||
|
- requirements: docs/requirements.txt
|
||||||
|
|
||||||
mkdocs:
|
mkdocs:
|
||||||
configuration: mkdocs.yml
|
configuration: mkdocs.yml
|
Loading…
Reference in New Issue