mirror of https://github.com/twbs/bootstrap.git
Update site/content/docs/5.3/components/offcanvas.md
Co-authored-by: Julien Déramond <juderamond@gmail.com>
This commit is contained in:
parent
11608e4792
commit
1b24840bcd
|
@ -163,7 +163,7 @@ Change the appearance of offcanvases with utilities to better match them to diff
|
||||||
|
|
||||||
{{< added-in "5.2.0" >}}
|
{{< added-in "5.2.0" >}}
|
||||||
|
|
||||||
Responsive offcanvas classes hide content outside the viewport from a specified breakpoint and down. Above that breakpoint, the contents within will behave as usual. For example, `.offcanvas-lg` hides content in an offcanvas below the `lg` breakpoint, but shows the content above the `lg` breakpoint. Responsive offcanvas classes are available across for each breakpoint.
|
Responsive offcanvas classes hide content outside the viewport from a specified breakpoint and down. Above that breakpoint, the contents within will behave as usual. For example, `.offcanvas-lg` hides content in an offcanvas below the `lg` breakpoint, but shows the content above the `lg` breakpoint. Responsive offcanvas classes are available for each breakpoint.
|
||||||
|
|
||||||
- `.offcanvas`
|
- `.offcanvas`
|
||||||
- `.offcanvas-sm`
|
- `.offcanvas-sm`
|
||||||
|
|
Loading…
Reference in New Issue