djstrong commited on
Commit
f108808
1 Parent(s): 07a9845

enable scroll

Browse files
Files changed (1) hide show
  1. src/display/css_html_js.py +4 -0
src/display/css_html_js.py CHANGED
@@ -52,6 +52,10 @@ table th:first-child {
52
  white-space: nowrap;
53
  }
54
 
 
 
 
 
55
  .tab-buttons button {
56
  font-size: 20px;
57
  }
 
52
  white-space: nowrap;
53
  }
54
 
55
+ table > tbody > tr > td:nth-child(2) > div {
56
+ overflow-x: auto
57
+ }
58
+
59
  .tab-buttons button {
60
  font-size: 20px;
61
  }