Deploy website

Deploy website version based on 684c80ebbe
This commit is contained in:
Website Deployment Script 2017-11-16 17:25:16 +00:00
parent 684c80ebbe
commit b18b8f5f93

View file

@ -1009,6 +1009,8 @@ pre code {
#languages-dropdown { #languages-dropdown {
position: absolute; position: absolute;
width:100%; width:100%;
/* positioning can block the main menu on mobile */
pointer-events: none;
} }
#languages-dropdown.visible { #languages-dropdown.visible {
display: flex; display: flex;
@ -1021,6 +1023,7 @@ ul#languages-dropdown-items {
background-color: #2E8555; background-color: #2E8555;
flex-direction: column; flex-direction: column;
min-width: 120px; min-width: 120px;
pointer-events: all;
} }
ul#languages li { ul#languages li {