Files
front-AT/app/Components/Global/table.module.css
T

10 lines
191 B
CSS
Raw Normal View History

2025-10-08 12:01:52 -06:00
.tableContainer {
2025-10-13 17:15:35 -06:00
margin-top: 1rem;
2025-10-08 12:01:52 -06:00
width: 100%;
max-width: 450px;
overflow-x: hidden;
scrollbar-color: #2563eb #ffffff00;
scroll-behavior: smooth;
transition: all 0.3s ease;
}