From aa188baa707e37b25d8ac55a34e2187bce09f9f3 Mon Sep 17 00:00:00 2001 From: Nick Beckley Date: Wed, 24 Jun 2026 11:39:20 +0100 Subject: [PATCH] Fixed the home page hero was sitting above the open account dropdown in the stacking order, so clicks were landing on the hero instead of the menu. --- PlotLine/Views/Shared/_Layout.cshtml | 40 ++++++++++----------- PlotLine/wwwroot/css/plotline-theme.css | 2 ++ PlotLine/wwwroot/css/plotline-theme.min.css | 2 +- 3 files changed, 22 insertions(+), 22 deletions(-) diff --git a/PlotLine/Views/Shared/_Layout.cshtml b/PlotLine/Views/Shared/_Layout.cshtml index 1ef3f75..577feb9 100644 --- a/PlotLine/Views/Shared/_Layout.cshtml +++ b/PlotLine/Views/Shared/_Layout.cshtml @@ -126,27 +126,6 @@ - - @if (isAdmin) - { - - } } else { @@ -164,6 +143,25 @@
@if (User.Identity?.IsAuthenticated == true) { +