Update app.py
Browse files
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;
|