Skip to content

Commit 84f113c

Browse files
committed
Reverse final element in the navigation bar to keep all options visible
1 parent b0213bb commit 84f113c

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

src/scss/common/header.scss

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,20 @@ a.skip-main:focus, a.skip-main:active {
9393
z-index:999;
9494
}
9595

96+
// reverse final element in the navigation bar to keep options on the screen
97+
ul#main-menu {
98+
li.dropdown.nav-item:last-child {
99+
div.dropdown-menu {
100+
right: 0;
101+
left: auto;
102+
&::before {
103+
right: 1rem;
104+
left: auto;
105+
}
106+
}
107+
}
108+
}
109+
96110
// NOMENSA header.scss
97111
// !important used to override bootstraps use of !important :(
98112

0 commit comments

Comments
 (0)