Skip to content

Commit 81a0984

Browse files
committed
cleanup styling
1 parent 6b582be commit 81a0984

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

web-components/nav-header/nav-header.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ function createComponent(html) {
128128
menuToggle.checked = checkedState;
129129
// Update display of dropdown menu based on checked state
130130
if (checkedState) {
131-
dropdownMenu.style.height = '33em';
131+
dropdownMenu.style.height = '35em';
132132
for (let i = 0; i < menuItems.length; i++) {
133133
menuItems[i].tabIndex = '0';
134134
}

0 commit comments

Comments
 (0)