jcg00v commited on
Commit
417d095
1 Parent(s): 63476a4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -132,7 +132,8 @@ def layout(*args):
132
  """
133
 
134
  style_div = styles(
135
- position="fixed",
 
136
  left=0,
137
  bottom=0,
138
  margin=px(0, 0, 0, 0),
 
132
  """
133
 
134
  style_div = styles(
135
+ position="relative",
136
+ background_color="white",
137
  left=0,
138
  bottom=0,
139
  margin=px(0, 0, 0, 0),