mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-03 16:59:06 +02:00
parent
684c80ebbe
commit
b18b8f5f93
1 changed files with 3 additions and 0 deletions
|
@ -1009,6 +1009,8 @@ pre code {
|
|||
#languages-dropdown {
|
||||
position: absolute;
|
||||
width:100%;
|
||||
/* positioning can block the main menu on mobile */
|
||||
pointer-events: none;
|
||||
}
|
||||
#languages-dropdown.visible {
|
||||
display: flex;
|
||||
|
@ -1021,6 +1023,7 @@ ul#languages-dropdown-items {
|
|||
background-color: #2E8555;
|
||||
flex-direction: column;
|
||||
min-width: 120px;
|
||||
pointer-events: all;
|
||||
}
|
||||
|
||||
ul#languages li {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue