Update app.py
Browse files
app.py
CHANGED
@@ -27,13 +27,14 @@ custom_css = f"""
|
|
27 |
background-color: #90EE90 !important; /* Or your app's header background color */
|
28 |
/* Add a subtle shadow to make it feel more distinct when content scrolls under */
|
29 |
/* box-shadow: 0 2px 4px -1px rgba(0,0,0,0.1); */
|
30 |
-
|
31 |
-
|
|
|
32 |
}}
|
33 |
|
34 |
/* Adding padding to the main content area to prevent overlap with the sticky header */
|
35 |
{MAIN_CONTENT_SELECTOR} {{
|
36 |
-
padding-top: {HEADER_HEIGHT} !important;
|
37 |
background-color: yellow !important;
|
38 |
#border-style: solid !important;
|
39 |
#border-color: red !important;
|
|
|
27 |
background-color: #90EE90 !important; /* Or your app's header background color */
|
28 |
/* Add a subtle shadow to make it feel more distinct when content scrolls under */
|
29 |
/* box-shadow: 0 2px 4px -1px rgba(0,0,0,0.1); */
|
30 |
+
/*.reportview-container .main .block-container{{ */
|
31 |
+
/* padding-top: 0rem; */
|
32 |
+
}}
|
33 |
}}
|
34 |
|
35 |
/* Adding padding to the main content area to prevent overlap with the sticky header */
|
36 |
{MAIN_CONTENT_SELECTOR} {{
|
37 |
+
padding-top: 20px /*{HEADER_HEIGHT} !important; */
|
38 |
background-color: yellow !important;
|
39 |
#border-style: solid !important;
|
40 |
#border-color: red !important;
|