Update app.py
Browse files
app.py
CHANGED
@@ -7,11 +7,11 @@ def add_sticky_header_css():
|
|
7 |
/* Make Streamlit's toolbar sticky */
|
8 |
[data-testid="stToolbar"] {
|
9 |
position: fixed;
|
10 |
-
|
11 |
right: 0;
|
12 |
z-index: 1000;
|
13 |
width: 100%;
|
14 |
-
background-color:
|
15 |
}
|
16 |
|
17 |
/* Make Streamlit's status widget sticky */
|
|
|
7 |
/* Make Streamlit's toolbar sticky */
|
8 |
[data-testid="stToolbar"] {
|
9 |
position: fixed;
|
10 |
+
top: 0;
|
11 |
right: 0;
|
12 |
z-index: 1000;
|
13 |
width: 100%;
|
14 |
+
background-color: red;
|
15 |
}
|
16 |
|
17 |
/* Make Streamlit's status widget sticky */
|