mirror of
https://github.com/Unstructured-IO/unstructured.git
synced 2025-07-06 16:42:42 +00:00

To test: > cd docs && make html > click "Ask AI" button on the bottom right-hand corner Changelogs: * Installed kapa.ai widget * fixed sphinx errors in opensearch & elasticsearch documentation
9 lines
155 B
CSS
9 lines
155 B
CSS
#kapa-widget-container {
|
|
z-index: 10000 !important;
|
|
position: absolute !important;
|
|
}
|
|
|
|
.mantine-Modal-root {
|
|
z-index: 10000;
|
|
position: absolute;
|
|
} |