"use strict";function isFromIframe(){return window.self!==window.top}function applyCssStyle(){var t="height:100%",t=(document.querySelector("html").setAttribute("style",t),document.querySelector("body").setAttribute("style",t),document.querySelector(".task-menu-iframe"));t&&t.setAttribute("style","overflow-y: auto; height: 100vh")}document.addEventListener("DOMContentLoaded",function(){isFromIframe()&&applyCssStyle()});