Merge pull request #6048 from PySimpleGUI/Dev-latest

Working on the search problem....
This commit is contained in:
PySimpleGUI 2022-11-19 09:25:38 -05:00 committed by GitHub
commit cde0fa74af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 2 deletions

5
docs/extra.css Normal file
View File

@ -0,0 +1,5 @@
.bs-sidebar {
padding: 0;
max-height:90vh;
overflow-y: auto;
}

View File

@ -4,5 +4,5 @@ theme:
custom_dir: docs_modification/
plugins:
- search:
prebuild_index: true
prebuild_index: true
extra_css: [extra.css]

View File

@ -2,6 +2,8 @@ version: 2
python:
version: 3.6
install:
- requirements: docs/requirements.txt
mkdocs:
configuration: mkdocs.yml