10 lines
191 B
CSS
10 lines
191 B
CSS
.tableContainer {
|
|
margin-top: 1rem;
|
|
width: 100%;
|
|
max-width: 450px;
|
|
overflow-x: hidden;
|
|
scrollbar-color: #2563eb #ffffff00;
|
|
scroll-behavior: smooth;
|
|
transition: all 0.3s ease;
|
|
}
|