Update app.py
Browse files
app.py
CHANGED
@@ -36,9 +36,9 @@ custom_css = f"""
|
|
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 |
-
|
41 |
-
|
42 |
}}
|
43 |
|
44 |
/* Optional: If your app is set to wide mode and the header isn't spanning full width */
|
|
|
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; */
|
42 |
}}
|
43 |
|
44 |
/* Optional: If your app is set to wide mode and the header isn't spanning full width */
|