Update app.py
Browse files
app.py
CHANGED
@@ -11,7 +11,7 @@ def add_sticky_header_css():
|
|
11 |
right: 0;
|
12 |
z-index: 1000;
|
13 |
width: 100%;
|
14 |
-
background-color:
|
15 |
}
|
16 |
|
17 |
/* Make Streamlit's status widget sticky */
|
@@ -28,7 +28,7 @@ def add_sticky_header_css():
|
|
28 |
|
29 |
/* Add padding to main content to prevent overlap with fixed header */
|
30 |
.main .block-container {
|
31 |
-
padding-top:
|
32 |
padding-bottom: 3rem;
|
33 |
}
|
34 |
</style>
|
|
|
11 |
right: 0;
|
12 |
z-index: 1000;
|
13 |
width: 100%;
|
14 |
+
background-color: #00FFFF;
|
15 |
}
|
16 |
|
17 |
/* Make Streamlit's status widget sticky */
|
|
|
28 |
|
29 |
/* Add padding to main content to prevent overlap with fixed header */
|
30 |
.main .block-container {
|
31 |
+
padding-top: 55rem;
|
32 |
padding-bottom: 3rem;
|
33 |
}
|
34 |
</style>
|