Skip to content

Commit 3572b13

Browse files
committed
re-do fix
d216e93
1 parent d216e93 commit 3572b13

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/components/Nav/styles.module.scss

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

149150
/* Hide scrollbar */
150151
// Chrome, Safari, Edge, Opera
@@ -183,7 +184,7 @@
183184
font-size: 1rem;
184185
line-height: 1.25;
185186
-webkit-text-stroke-width: 0.05px;
186-
max-height: 300px;
187+
max-height: none;
187188
}
188189
}
189190
}

0 commit comments

Comments
 (0)