We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0213bb commit 84f113cCopy full SHA for 84f113c
src/scss/common/header.scss
@@ -93,6 +93,20 @@ a.skip-main:focus, a.skip-main:active {
93
z-index:999;
94
}
95
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
105
+ }
106
107
108
+}
109
+
110
// NOMENSA header.scss
111
// !important used to override bootstraps use of !important :(
112
0 commit comments