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