Update app.py
Browse files
app.py
CHANGED
@@ -27,6 +27,8 @@ 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 |
/* Adding padding to the main content area to prevent overlap with the sticky header */
|
|
|
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 |
/* Adding padding to the main content area to prevent overlap with the sticky header */
|