Update utils.py
Browse files
utils.py
CHANGED
@@ -67,6 +67,7 @@ table > tbody td:first-child div {
|
|
67 |
display: block;
|
68 |
max-width: 100%; /* Ensure the div takes up the full width of the cell */
|
69 |
overflow-x: auto; /* Enable horizontal scrolling */
|
|
|
70 |
white-space: nowrap; /* Prevent text from wrapping */
|
71 |
}
|
72 |
|
|
|
67 |
display: block;
|
68 |
max-width: 100%; /* Ensure the div takes up the full width of the cell */
|
69 |
overflow-x: auto; /* Enable horizontal scrolling */
|
70 |
+
overflow-y: hidden; /* Disable vertical scrolling */
|
71 |
white-space: nowrap; /* Prevent text from wrapping */
|
72 |
}
|
73 |
|