georad commited on
Commit
92fab2a
·
verified ·
1 Parent(s): f6e9fbb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -26,8 +26,8 @@ def add_sticky_header_css():
26
  width: 100%;
27
  }
28
 
29
- /* Make Streamlit's BaseButton-header sticky */
30
- [data-testid="stBaseButton-headerNoPadding"] {
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;