mirror of
https://github.com/monero-project/monero-site.git
synced 2024-11-17 16:28:19 +00:00
Merge !1105
Fix language menu sroll on mobile See merge request monero-project/monero-site!1105
This commit is contained in:
commit
f526194a0f
1 changed files with 3 additions and 1 deletions
|
@ -2422,8 +2422,10 @@ label[for="mobile-burger"] {
|
|||
right: 0;
|
||||
text-align: center;
|
||||
width: inherit;
|
||||
margin-top: 0.6rem;
|
||||
margin-top: 0.5rem;
|
||||
background-color: #fff;
|
||||
max-height: calc(100% - 50px);
|
||||
overflow: auto;
|
||||
}
|
||||
label[for="moblangdrop"] {
|
||||
display: block;
|
||||
|
|
Loading…
Reference in a new issue