Skip to content

Commit

Permalink
revert overflow: hidden
Browse files Browse the repository at this point in the history
  • Loading branch information
sadakchap committed Jan 21, 2025
1 parent 70b606b commit 9f01ccc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Parse-Dashboard/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ module.exports = function(config, options) {
<title>Backend Dashboard</title>
</head>
<body>
<div id="browser_mount" style="overflow: hidden;"></div>
<div id="browser_mount"></div>
<script src="${mountPath}bundles/${dashboardUrl}"></script>
<!--Start of Zopim Live Chat Script-->
<script async>/*<![CDATA[*/top.location.href && (window.zEmbed || function (e, t) { var n, o, d, i, s, a = [], r = document.createElement("iframe"); window.zEmbed = function () { a.push(arguments) }, window.zE = window.zE || window.zEmbed, r.src = "javascript:false", r.title = "", r.role = "presentation", (r.frameElement || r).style.cssText = "display: none", d = document.getElementsByTagName("script"), d = d[d.length - 1], d.parentNode.insertBefore(r, d), i = r.contentWindow, s = i.document; try { o = s } catch (e) { n = document.domain, r.src = 'javascript:var d=document.open();d.domain="' + n + '";void(0);', o = s } o.open()._l = function () { var e = this.createElement("script"); n && (this.domain = n), e.id = "js-iframe-async", e.src = "https://assets.zendesk.com/embeddable_framework/main.js", this.t = +new Date, this.zendeskHost = "back4app.zendesk.com", this.zEQueue = a, this.body.appendChild(e) }, o.write('<body onload="document._l();">'), o.close() }());/*]]>*/</script>
Expand Down
2 changes: 1 addition & 1 deletion Parse-Dashboard/index.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</head>
<html>
<body>
<div id="browser_mount" style="overflow: hidden;"></div>
<div id="browser_mount"></div>
<!--Start of Zopim Live Chat Script-->
<script>
window.zEmbed||(function(){
Expand Down

0 comments on commit 9f01ccc

Please sign in to comment.