Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/nextcloudpi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'ncp-web/ncp.css')
-rw-r--r--ncp-web/ncp.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/ncp-web/ncp.css b/ncp-web/ncp.css
index 04d45ecc..4b2980a4 100644
--- a/ncp-web/ncp.css
+++ b/ncp-web/ncp.css
@@ -1240,7 +1240,7 @@ a#versionlink:hover {
left: 50%;
transform: translate(-50%, -50%);
text-align: center;
- z-index: 1;
+ z-index: 10000;
line-height: 60px;
border-radius: 3px;
}
@@ -1257,5 +1257,5 @@ a#versionlink:hover {
left: 0;
width: 100%;
height: 100%;
- z-index: 1500;
+ z-index: 2500;
}