Skip to content

Commit

Permalink
Update tabels.css
Browse files Browse the repository at this point in the history
  • Loading branch information
SondosBsharat authored Jun 11, 2024
1 parent e18d4f0 commit 021c00f
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions tabels.css
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,20 @@ th:hover {
.multi-button button:hover {
background-color: #0c2379; /* Darker green when hovered */
}

/*----------------------------- */
.table-container {
overflow-x: auto; /* Enable horizontal scrolling */
-webkit-overflow-scrolling: touch; /* Smooth scrolling for touch devices */
}

@media (max-width: 768px) {
.table-container {
width: 100%;
overflow-x: auto; /* Horizontal scrolling for smaller screens */
}

table {
width: 100%; /* Ensure table is responsive */
}
}

0 comments on commit 021c00f

Please sign in to comment.