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

github.com/zzossig/hugo-theme-zdoc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzzossig <zzossig@gmail.com>2020-02-01 17:37:32 +0300
committerzzossig <zzossig@gmail.com>2020-02-01 17:37:32 +0300
commit63f9b5be299e474ff44ff709eecca991e0aa9acc (patch)
tree29e0a5575726861bd86920ebdbb2505aa09e1e54 /layouts
parentb2c237d252e3c83ca33e1af87c04800714e4c650 (diff)
drawer menu scrollable
Diffstat (limited to 'layouts')
-rw-r--r--layouts/partials/head/scripts.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/partials/head/scripts.html b/layouts/partials/head/scripts.html
index 2628d3b..30d3bc8 100644
--- a/layouts/partials/head/scripts.html
+++ b/layouts/partials/head/scripts.html
@@ -93,8 +93,8 @@
modal.style.left = 0;
modal.style.opacity = 1;
drawer.style.left = 0;
- drawer.style.transition = "left 0.3s ease-out";
- drawer.style.webkitTransition = "left 0.3s ease-out";
+ drawer.style.transition = "left 0.3s ease-out, opacity 0.2s ease-out";
+ drawer.style.webkitTransition = "left 0.3s ease-out, opacity 0.2s ease-out";
}
var closeDrawer = function() {