From ae76733b99e1e6f33d64fd5f34ba7be9b92757a9 Mon Sep 17 00:00:00 2001
From: billc27 <110593711+billc27@users.noreply.github.com>
Date: Sat, 7 Oct 2023 12:05:16 +0700
Subject: [PATCH] style: fix overflow

---
 scripts/client/public/css/pages/history.css | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/scripts/client/public/css/pages/history.css b/scripts/client/public/css/pages/history.css
index 9282f88..0e78532 100644
--- a/scripts/client/public/css/pages/history.css
+++ b/scripts/client/public/css/pages/history.css
@@ -73,15 +73,14 @@
 
 #buy-history-grid, #topup-history-grid {
     padding: 1% 3%;
+    margin-top: 1%;
     display: grid;
-    grid-template-columns: auto auto;
+    grid-template-columns: auto 45%;
     font-size: small;
     font-weight: 400;
-    align-items: center;
     gap: 2vh;
-    align-items: center;
 
-    max-height: 50vh; 
+    height: 65%; 
     overflow-y: auto; 
 }
 
-- 
GitLab