10 lines
104 B
CSS
10 lines
104 B
CSS
table {
|
|
width: 100%;
|
|
}
|
|
|
|
.table-container {
|
|
position: relative;
|
|
height: 600px;
|
|
overflow: auto;
|
|
}
|