Skip to content

Commit f171d44

Browse files
committed
fix closed height for jumpto on desktop
1 parent 2106210 commit f171d44

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

src/components/Nav/styles.module.scss

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,14 +170,19 @@
170170
}
171171

172172
@media (min-width: $breakpoint-tablet) {
173-
height: 80px;
173+
height: fit-content;
174174
border-top-width: 1px;
175175
margin-top: auto;
176176

177177
&:global(.open) {
178178
height: 100%;
179179
overflow-y: scroll;
180180
}
181+
182+
.toggle {
183+
padding: 20px;
184+
}
185+
181186
ul {
182187
padding-bottom: var(--spacing-md);
183188
display: inline-block;

0 commit comments

Comments
 (0)