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 b47fdc9 commit 0cde8b2Copy full SHA for 0cde8b2
1 file changed
app/assets/theme.less
@@ -23,6 +23,17 @@
23
z-index: 980;
24
}
25
26
+/**
27
+ * Hide navbar dropdowns before UIkit JS initializes.
28
+ * UIkit only adds .uk-drop (which has display:none) after JS runs. Without this,
29
+ * the raw dropdown markup renders as a visible block inside the navbar, making the
30
+ * header flash too tall for a frame until JS kicks in.
31
+ * Once UIkit runs, .uk-drop and its open states take over at higher specificity.
32
+ */
33
+.uk-navbar-dropdown {
34
+ display: none;
35
+}
36
+
37
/**
38
* Override Pink Cupcake default variables
39
*/
0 commit comments