bigghuggs commited on
Commit
0fca1ea
·
verified ·
1 Parent(s): 83b6806

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -58,7 +58,10 @@ function refresh() {
58
  """
59
 
60
  css = """
61
- overflow: scroll;
 
 
 
62
  """
63
 
64
 
 
58
  """
59
 
60
  css = """
61
+ grid-container.{
62
+ overflow: scroll;
63
+ }
64
+
65
  """
66
 
67