Fixed mobile scrolling issues

fixes #12

- added background color to the mobile menu actions
- disabled root scrolling when the mobile menu is opened which fixes the duplicate scrolling issue
This commit is contained in:
Sodbileg Gansukh
2024-01-03 12:20:49 +07:00
parent d046267a3a
commit c060944364
6 changed files with 7 additions and 4 deletions

View File

@@ -515,6 +515,7 @@ button.gh-form-input {
gap: 24px;
align-items: center;
justify-content: flex-end;
background-color: var(--background-color);
}
.gh-navigation-members {