Skip to content

Commit c719a7f

Browse files
committed
Right-align final header dropdown
1 parent 681e455 commit c719a7f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

webpack/sass/main.scss

+8
Original file line numberDiff line numberDiff line change
@@ -709,3 +709,11 @@ pre {
709709
position: sticky;
710710
top: 0;
711711
}
712+
713+
714+
.navbar-item.has-dropdown:last-child {
715+
.navbar-dropdown {
716+
right: 0;
717+
left: auto;
718+
}
719+
}

0 commit comments

Comments
 (0)