Skip to content

Commit bba4d30

Browse files
committed
fix width of dropdown for small screens
1 parent ef6dded commit bba4d30

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

web-components/nav-header/nav-header.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,10 @@ input {
223223

224224
/* 768px and below screen sizes */
225225
@media screen and (max-width: 48em) {
226+
.dropdown-menu {
227+
width: 100%;
228+
}
229+
226230
.menu {
227231
grid-template-columns: 1fr;
228232
}

0 commit comments

Comments
 (0)