Skip to content

Commit 01e2dfa

Browse files
committed
Fix the nav icon stick position not working around tablet size due to grid being applied
1 parent c6b48b9 commit 01e2dfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/css/components/nav/sidebar.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
.c-nav-sidebar-with-popover-api {
55
--dropdown-nav-item-padding: 0.25rem;
66
position: sticky;
7-
grid-area: sidebar-1;
87

98
nav,
109
nav [popover] {
@@ -282,6 +281,7 @@
282281
}
283282
/* --mq-nav-open-after */
284283
@media (width >= 1100px) {
284+
grid-area: sidebar-1;
285285
--top: 8.5rem;
286286
top: var(--top);
287287
block-size: calc(100vh - var(--top) - 6.5rem);

0 commit comments

Comments
 (0)