From: Vlad GURDIGA Date: Fri, 21 Mar 2025 20:01:32 +0000 (+0200) Subject: Docs: replace non-existing `.navbar-scroll` by `.navbar-nav-scroll` in Navbar page... X-Git-Tag: v5.3.4~14 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5c75fda23160dace4c0e6ed62dce37b6b1109350;p=thirdparty%2Fbootstrap.git Docs: replace non-existing `.navbar-scroll` by `.navbar-nav-scroll` in Navbar page (#41308) --- 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.