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

github.com/nextcloud/nextcloud.com.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarco Ambrosini <marcoambrosini@pm.me>2020-10-01 15:34:08 +0300
committerMarco Ambrosini <marcoambrosini@pm.me>2020-10-01 15:34:08 +0300
commita38580d9f604fb8dd356075cd93f97090de88972 (patch)
tree2fa8ef8177373621ce318e01c7d0c9d0948a4e66 /overlay.php
parente57af739909f3b5118aba7bc87599edeaeab665d (diff)
Hide the overlay at first load
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
Diffstat (limited to 'overlay.php')
-rw-r--r--overlay.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/overlay.php b/overlay.php
index 857360fc..0a1d6f65 100644
--- a/overlay.php
+++ b/overlay.php
@@ -1,7 +1,6 @@
-<div class="overlay">
+<div class="overlay" style="display: none ">
<div class="overlay-wrapper">
<div class="overlay-content"></div>
<button class="overlay-close"><div class="icon-close"></div></button>
</div>
-
</div>