Skip to content

Commit 9079bd4

Browse files
committed
[fix] Fixing issue with larger screens
1 parent b4d4096 commit 9079bd4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

components/navigation/navigation-style.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@
1717
.navigation__inner {
1818
position:absolute;
1919
left:0;
20+
21+
@include break {
22+
left:auto;
23+
}
2024
}
2125

2226
.navigation__link:hover,

0 commit comments

Comments
 (0)