Update app.py
Browse files
app.py
CHANGED
@@ -26,8 +26,8 @@ def add_sticky_header_css():
|
|
26 |
width: 100%;
|
27 |
}
|
28 |
|
29 |
-
/* Make Streamlit's
|
30 |
-
[data-testid="
|
31 |
position: fixed;
|
32 |
bottom: 0;
|
33 |
right: 0;
|
|
|
26 |
width: 100%;
|
27 |
}
|
28 |
|
29 |
+
/* Make Streamlit's stMainMenu sticky */
|
30 |
+
[data-testid="stMainMenu"] {
|
31 |
position: fixed;
|
32 |
bottom: 0;
|
33 |
right: 0;
|