]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Docs: replace non-existing `.navbar-scroll` by `.navbar-nav-scroll` in Navbar page...
authorVlad GURDIGA <gurdiga@gmail.com>
Fri, 21 Mar 2025 20:01:32 +0000 (22:01 +0200)
committerGitHub <noreply@github.com>
Fri, 21 Mar 2025 20:01:32 +0000 (21:01 +0100)
site/content/docs/5.3/components/navbar.md

index 4b46eb095d6053a9fc23339c483910fcb9899a73..a17e52c33cc91e138dc531e22ed6520f435f2b82 100644 (file)
@@ -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.