Skip to content
This repository was archived by the owner on Nov 25, 2020. It is now read-only.

Commit 07a6943

Browse files
committed
Merge pull request #776 from ultreia-es/pydio-core-issue-776-ios-popup
gui.ios: wrong z-index for native client warning
2 parents 3d8f307 + e87cfe9 commit 07a6943

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/plugins/gui.ios/manifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
</script>
2626
]]></template>
2727
<template name="main" element="ajxp_desktop" position="top"><![CDATA[
28-
<div id="browser" ajxpClass="AjxpPane" ajxpOptions='{"fit":"height","fitParent":"ajxp_desktop"}' style="text-align:center;font-size:1.1em; line-height:1.3em; font-family:Helvetica; background-color: white;">
28+
<div id="browser" ajxpClass="AjxpPane" ajxpOptions='{"fit":"height","fitParent":"ajxp_desktop"}' style="text-align:center;font-size:1.1em; line-height:1.3em; font-family:Helvetica; background-color: white; z-index: 10001;">
2929
3030
<div style="width:90%;padding:10px; margin:0px auto;" id="message-id-1">Do you know that there is a dedicated iPhone/iPad application for Pydio?</div>
3131
<a id="ajxpserver-redir" class="m-2" style="width:70%; padding:10px; margin:10px auto; font-size:0.8em;" href="#">Yes I have it already, add this server to my Pydio iOS remote servers</a><br>

0 commit comments

Comments
 (0)