Skip to content

Commit d216e93

Browse files
committed
fix bug from #351
1 parent eeac279 commit d216e93

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/Nav/styles.module.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,6 @@
145145
font-size: 1.5rem;
146146
line-height: 1.167;
147147
-webkit-text-stroke-width: 0.15px;
148-
max-height: 300px;
149148

150149
/* Hide scrollbar */
151150
// Chrome, Safari, Edge, Opera
@@ -184,6 +183,7 @@
184183
font-size: 1rem;
185184
line-height: 1.25;
186185
-webkit-text-stroke-width: 0.05px;
186+
max-height: 300px;
187187
}
188188
}
189189
}

0 commit comments

Comments
 (0)