JacksonMu commited on
Commit
ccc2973
1 Parent(s): fd31167

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -11
app.py CHANGED
@@ -55,17 +55,7 @@ st.set_page_config(
55
 
56
 
57
 
58
- # CSS styles to prevent sidebar scrolling
59
- prevent_sidebar_ scroll_css = """
60
- <style>
61
- /* Prevent sidebar scrolling */
62
- .sidebar .sidebar-content {
63
- position: fixed !important;
64
- overflow-y: auto;
65
- height: calc(100vh - 40px); /* Adjust height as needed */
66
- }
67
- </style>
68
- """
69
 
70
  # Apply the CSS styles
71
  st.markdown(prevent_sidebar_scroll_css, unsafe_allow_html=True)
 
55
 
56
 
57
 
58
+
 
 
 
 
 
 
 
 
 
 
59
 
60
  # Apply the CSS styles
61
  st.markdown(prevent_sidebar_scroll_css, unsafe_allow_html=True)