From 249105981d8b9e1ef888fe4b5046e7e1fbc41807 Mon Sep 17 00:00:00 2001
From: P V V Rama Krishna Rao
<68247727+pvvramakrishnarao234@users.noreply.github.com>
Date: Wed, 18 Sep 2024 23:49:38 +0530
Subject: [PATCH] FIX - Issue 304. (#478)
Fixed issue 304 with the actions dropdown clipping under the outside cards
---
.../pages/invoices/dashboard/_fetch_body.html | 180 +++++++++++-------
1 file changed, 110 insertions(+), 70 deletions(-)
diff --git a/frontend/templates/pages/invoices/dashboard/_fetch_body.html b/frontend/templates/pages/invoices/dashboard/_fetch_body.html
index 53906b3a..f2c78ac2 100644
--- a/frontend/templates/pages/invoices/dashboard/_fetch_body.html
+++ b/frontend/templates/pages/invoices/dashboard/_fetch_body.html
@@ -41,7 +41,8 @@
{# The if statement for dropdown top goes as follows #}
{# Use dropdown on top if these: #}
{# - is last item (and not first item) (and more than 4 items) #}
-
+
+
@@ -105,72 +106,111 @@
{% if schedule_invoices_enabled %}
-