docs: style fixes for api reference docs (#21602)

- Make sure the left nav bar is horizontally scrollable 
- Make sure the navigation dropdown is vertically scrollable and height
capped at 80% of viewport height

---------

Co-authored-by: Bagatur <baskaryan@gmail.com>
This commit is contained in:
David Duong
2024-05-13 15:49:50 +02:00
committed by GitHub
parent af875cff57
commit db22fcb58b
3 changed files with 26 additions and 3 deletions

View File

@@ -12,7 +12,8 @@ pre {
}
}
#my-component-root *, #headlessui-portal-root * {
#my-component-root *,
#headlessui-portal-root * {
z-index: 10000;
}