Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 833 Bytes

customization-and-theming.overflow.md

File metadata and controls

19 lines (14 loc) · 833 Bytes

➲ Overflow:

Bootstrap gives the ability to control the content overflow of an element.

Syntax:

  • .overflow-auto class will decide content overflew by adding horizontal or vertical or both scroll bars to scroll.
  • .overflow-hidden class will make the overflew content to be hidden from boundary of an element.
  • .overflow-visible class will make the overflew content to be out of the element.
  • .overflew-scroll class will always sets scroll bar for overflew content.
<p class="overflow-auto">...</p>

⇪ To Top

❮ Previous TopicNext Topic ❯

⌂ Goto Home Page☰ Goto Customization and Theming