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 5305b4b commit 7170e0cCopy full SHA for 7170e0c
public/consolidated/css.json
@@ -218,6 +218,18 @@
218
],
219
"contributors": [],
220
"code": "body {\n display: flex;\n flex-direction: column;\n min-height: 100vh;\n}\n\nfooter {\n margin-top: auto;\n}\n"
221
+ },
222
+ {
223
+ "title": "Sticky Navbar",
224
+ "description": "Ensure the navbar always shows and remains at the top of the page on scroll.",
225
+ "author": "Haider Mukhtar",
226
+ "tags": [
227
+ "layout",
228
+ "navbar",
229
+ "sticky"
230
+ ],
231
+ "contributors": [],
232
+ "code": ".navbar{\n position: fixed;\n top: 0;\n left: 0;\n width: 100%;\n}\n"
233
}
234
]
235
},
0 commit comments