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 cec9008 commit c0e7d24Copy full SHA for c0e7d24
1 file changed
static/style.css
@@ -170,6 +170,15 @@ header a:hover:not(.home) {
170
border-bottom: 2px solid var(--link-text-color);
171
}
172
173
+.dropdown-menu::before {
174
+ content: "";
175
+ position: absolute;
176
+ bottom: 100%;
177
+ left: 0;
178
+ right: 0;
179
+ height: 0.75rem;
180
+}
181
+
182
.dropdown-menu {
183
display: none;
184
position: absolute;
0 commit comments