UNPKG

terra-abstract-modal

Version:

The abstract modal is a structural component that provides the ability to display portal'd content in a layer above the app.

6 lines (5 loc) 250 B
// Source: https://developer.mozilla.org/en-US/docs/Web/API/Element/matches // Needed for IE11 and IE10 if (!Element.prototype.matches) { Element.prototype.matches = Element.prototype.msMatchesSelector || Element.prototype.webkitMatchesSelector; }