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:
parent
412eb57fca
commit
aa0ae08178
5 changed files with 9 additions and 11 deletions
|
|
@ -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;
|
||||
}
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue