UNPKG

next-csrf

Version:

CSRF mitigation library for Next.js

16 lines (14 loc) 476 B
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); // https://github.com/medialize/ally.js/issues/21 exports.default = { element: 'div', mutate: function mutate(element) { element.setAttribute('style', 'width: 100px; height: 50px;'); element.innerHTML = '<div style="width: 500px; height: 40px;">scrollable content</div>'; } }; module.exports = exports['default']; //# sourceMappingURL=focus-scroll-container-without-overflow.js.map