Skip to content

Commit edc7091

Browse files
authored
feat: wrap country items in navigation (#221)
1 parent 36e828c commit edc7091

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

assets/sass/navigation.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,9 +161,12 @@
161161
position: absolute;
162162
padding: 1rem;
163163
flex-direction: column;
164+
flex-wrap: wrap;
165+
justify-content: flex-start;
164166
background-color: white;
165167
box-shadow: 0 .4rem 1rem 0 rgba(0,0,0,.1);
166168
border-radius: var(--border-radius-s);
169+
max-height: 30rem;
167170
}
168171

169172
&.o-header__item-countries--open {

0 commit comments

Comments
 (0)