diff --git a/WD7UVN_SzTGUI_2023242.Client.JS/wwwroot/style.css b/WD7UVN_SzTGUI_2023242.Client.JS/wwwroot/style.css index 4367486..96088a2 100644 --- a/WD7UVN_SzTGUI_2023242.Client.JS/wwwroot/style.css +++ b/WD7UVN_SzTGUI_2023242.Client.JS/wwwroot/style.css @@ -67,6 +67,7 @@ table border-radius: 10px; border-collapse: collapse; box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5); + overflow: hidden; } table th, table td @@ -78,6 +79,7 @@ table th, table td table th { border-top: none; + background-color: rgba(0, 0, 0, 0.1); } table th:last-child, table td:last-child