omarash2016 commited on
Commit
8632686
·
verified ·
1 Parent(s): a58a227

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -215,7 +215,8 @@ custom_css = """
215
  }
216
  .scrollable-right-col {
217
  max-height: 680px;
218
- overflow-x: auto !important;
 
219
  padding-right: 10px;
220
  }
221
  """
 
215
  }
216
  .scrollable-right-col {
217
  max-height: 680px;
218
+ overflow-y: auto !important;
219
+ overflow-x: hiddem !important;
220
  padding-right: 10px;
221
  }
222
  """