georad commited on
Commit
830255d
·
verified ·
1 Parent(s): d461cb7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -35,7 +35,7 @@ custom_css = f"""
35
 
36
  /* Adding padding to the main content area to prevent overlap with the sticky header */
37
  {MAIN_CONTENT_SELECTOR} {{
38
- padding-top: 10px /* {HEADER_HEIGHT} !important; */
39
  background-color: yellow !important;
40
  #border-style: solid !important;
41
  #border-color: red !important;
 
35
 
36
  /* Adding padding to the main content area to prevent overlap with the sticky header */
37
  {MAIN_CONTENT_SELECTOR} {{
38
+ padding-top: 10px !important; /* {HEADER_HEIGHT} !important; */
39
  background-color: yellow !important;
40
  #border-style: solid !important;
41
  #border-color: red !important;