[Documentation] Fix Python documentation CSS (#33908)
Fix python documentation website sidebar. ### Before: <img width="1168" alt="Screenshot 2023-07-27 at 4 49 25 PM" src="https://github.com/grpc/grpc/assets/24593237/1434ac63-7fc3-4f5c-a931-9a939fb67de6"> ### After:  <!-- If you know who should review your pull request, please assign it to that person, otherwise the pull request would get assigned randomly. If your pull request is for a specific language, please add the appropriate lang label. -->pull/33910/head^2
parent
b4cf62725e
commit
1138e3f83b
1 changed files with 5 additions and 0 deletions
@ -1,3 +1,8 @@ |
|||||||
dl.field-list > dt { |
dl.field-list > dt { |
||||||
word-break: keep-all !important; |
word-break: keep-all !important; |
||||||
} |
} |
||||||
|
.sphinxsidebar { |
||||||
|
overflow-y: scroll; |
||||||
|
top: 0; |
||||||
|
bottom: 0; |
||||||
|
} |
||||||
|
Loading…
Reference in new issue