From 3dc3adae2677bdc1320ba583fdc3d3dee9ced27f Mon Sep 17 00:00:00 2001 From: Steven Engler Date: Fri, 29 Mar 2024 18:11:21 -0400 Subject: [PATCH] Moved overlay to body --- layouts/_default/baseof.html | 2 +- static/css/styles.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index d11990f..c49bfeb 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -14,6 +14,7 @@ +
@@ -31,7 +32,6 @@ menu button
- {{- if .Site.Menus.main }}

diff --git a/static/css/styles.css b/static/css/styles.css index 17f4155..e29f33c 100644 --- a/static/css/styles.css +++ b/static/css/styles.css @@ -526,7 +526,7 @@ body { transition: all 0.3s; } - .show-hide-menu-input:checked ~ .main .overlay { + .show-hide-menu-input:checked ~ .overlay { visibility: visible; opacity: 1; transition: opacity 0.3s;