From 2cbee8fe57c2ac7bf5635d9898b52da8b220871e Mon Sep 17 00:00:00 2001
From: ValueOn AG
Date: Sun, 8 Feb 2026 14:00:13 +0100
Subject: [PATCH] fixes
---
src/pages/billing/Billing.module.css | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/pages/billing/Billing.module.css b/src/pages/billing/Billing.module.css
index f5b50da..b0fa458 100644
--- a/src/pages/billing/Billing.module.css
+++ b/src/pages/billing/Billing.module.css
@@ -6,10 +6,11 @@
.billingDashboard {
padding: 1.5rem;
- min-height: 100%;
+ height: 100%;
width: 100%;
display: flex;
flex-direction: column;
+ overflow-y: auto;
}
.pageHeader {