Skip to content

Instantly share code, notes, and snippets.

@snehalbaghel
Last active October 31, 2020 15:14
Show Gist options
  • Save snehalbaghel/ebf5b85b308a6e8339b3cab8a903479e to your computer and use it in GitHub Desktop.
Save snehalbaghel/ebf5b85b308a6e8339b3cab8a903479e to your computer and use it in GitHub Desktop.

To be a layout boundary, the element must:

  • Be an SVG root (<svg>).
  • Be a text or search <input> field.

or:

  • Not be display inline or inline-block
  • Not have a percentage height value.
  • Not have an implicit or auto height value.
  • Not have an implicit or auto width value.
  • Have an explicit overflow value (scroll, auto or hidden).
  • Not be a descendant of a <table> element.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment