tabedini commited on
Commit
1bd62a4
·
verified ·
1 Parent(s): 2bff400

Update utils.py

Browse files
Files changed (1) hide show
  1. utils.py +1 -0
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