fixing little styles

This commit is contained in:
2025-09-08 20:12:11 -04:00
parent 05d2e6ee8a
commit b38d056ab9
3 changed files with 25 additions and 23 deletions
+21 -19
View File
@@ -22,6 +22,7 @@ body {
grid-template-rows: auto auto 1fr auto;
min-height: 100dvh;
width: 100dvw;
overflow: hidden;
}
header {
@@ -75,6 +76,7 @@ footer {
padding: 10px;
background-color: rgba(0, 61, 121, 1);
z-index: 0;
overflow: hidden;
}
footer p {
@@ -319,34 +321,34 @@ table {
table th,
table td {
padding: 10px;
text-align: center;
border-bottom: 1px solid #cfcfcf;
word-wrap: break-word;
overflow-wrap: break-word;
padding: 10px;
text-align: center;
border-bottom: 1px solid #cfcfcf;
word-wrap: break-word;
overflow-wrap: break-word;
}
table th {
position: sticky;
top: 0px;
background-color: rgb(1, 92, 184);
color: white;
position: sticky;
top: 0px;
background-color: rgb(1, 92, 184);
color: white;
}
table tr {
min-width: 400px;
min-width: 400px;
}
.tableContainer {
margin-top: 10px;
overflow-y: auto;
overflow-x: auto;
border-radius: 4px;
border: 1px solid #cfcfcf;
max-height: 430px;
scrollbar-color: rgb(1, 92, 184) rgba(0, 0, 0, 0);
background-color: #f9f9f9;
width: 100%;
margin-top: 10px;
overflow-y: auto;
overflow-x: auto;
border-radius: 4px;
border: 1px solid #cfcfcf;
max-height: 430px;
scrollbar-color: rgb(1, 92, 184) rgba(0, 0, 0, 0);
background-color: #f9f9f9;
width: 100%;
}
.centerGrid {