Fix language menu sroll on mobile

This commit is contained in:
Diego Salazar 2019-08-19 14:18:09 -06:00
parent bd9a343690
commit 6859a2772e

View File

@ -2422,8 +2422,10 @@ label[for="mobile-burger"] {
right: 0; right: 0;
text-align: center; text-align: center;
width: inherit; width: inherit;
margin-top: 0.6rem; margin-top: 0.5rem;
background-color: #fff; background-color: #fff;
max-height: calc(100% - 50px);
overflow: auto;
} }
label[for="moblangdrop"] { label[for="moblangdrop"] {
display: block; display: block;