From 0684b599b6df87a52af6802b7e9fbe687ae962ef Mon Sep 17 00:00:00 2001 From: AHKAD Date: Tue, 17 Sep 2024 09:42:11 +0000 Subject: [PATCH] fix overflow and table repeated --- static/css/style.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/static/css/style.css b/static/css/style.css index 634912d..47b9c22 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -9,7 +9,7 @@ body { /* margin:0; */ max-width: 1140px; margin: 0 auto; - overflow: hidden; + /* overflow: hidden; */ /* background-color: rgb(71, 71, 71); */ /* background: linear-gradient(135deg, #7d7e7d 0%, #0e0e0e 100%); @@ -430,11 +430,15 @@ background-color: yellow; /* Change background color for the second column */ #excelTable tr td { text-align: center; -padding: 0px; +padding: 0px 6px; background-color: white; /* border: 1px solid black; */ } +.redtable{ + border-color: red; + border-style: solid !important; +} #excelTableContainer { margin: auto; text-align: -webkit-center;