From 5c75fda23160dace4c0e6ed62dce37b6b1109350 Mon Sep 17 00:00:00 2001 From: Vlad GURDIGA Date: Fri, 21 Mar 2025 22:01:32 +0200 Subject: [PATCH] Docs: replace non-existing `.navbar-scroll` by `.navbar-nav-scroll` in Navbar page (#41308) --- site/content/docs/5.3/components/navbar.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/content/docs/5.3/components/navbar.md b/site/content/docs/5.3/components/navbar.md index 4b46eb095d..a17e52c33c 100644 --- a/site/content/docs/5.3/components/navbar.md +++ b/site/content/docs/5.3/components/navbar.md @@ -32,7 +32,7 @@ Navbars come with built-in support for a handful of sub-components. Choose from - Flex and spacing utilities for any form controls and actions. - `.navbar-text` for adding vertically centered strings of text. - `.collapse.navbar-collapse` for grouping and hiding navbar contents by a parent breakpoint. -- Add an optional `.navbar-scroll` to set a `max-height` and [scroll expanded navbar content](#scrolling). +- Add an optional `.navbar-nav-scroll` to set a `max-height` and [scroll expanded navbar content](#scrolling). Here's an example of all the sub-components included in a responsive light-themed navbar that automatically collapses at the `lg` (large) breakpoint.