Update Docs language dropdown height (#6927)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Kayzwer <68285002+Kayzwer@users.noreply.github.com>
This commit is contained in:
Sergiu Waxmann 2023-12-11 19:29:29 +02:00 committed by GitHub
parent 412eb57fca
commit aa0ae08178
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 9 additions and 11 deletions

View file

@ -44,9 +44,7 @@ div.highlight {
max-width: 1440px;
}
/* Language dropdown selector (default is shorter 200px in length) */
/* Not working as activates on hover under icon area
body .md-select__inner {
max-height: 500px !important;
/* Set language dropdown maximum height to screen height */
.md-header .md-select:hover .md-select__inner {
max-height: 75vh;
}
*/