3v324v23 commited on
Commit
ab7b8c3
·
1 Parent(s): 117431e

final version

Browse files
Files changed (1) hide show
  1. streamlit_simulation/app.py +6 -0
streamlit_simulation/app.py CHANGED
@@ -115,6 +115,12 @@ st.markdown(f"""
115
  box-shadow: none !important;
116
  }}
117
 
 
 
 
 
 
 
118
  </style>
119
  """, unsafe_allow_html=True)
120
 
 
115
  box-shadow: none !important;
116
  }}
117
 
118
+ /* Sidebar: Hintergrund im inneren Container überschreiben */
119
+ [data-testid="stSidebarUserContent"] > div[data-testid="block-container"] {{
120
+ background-color: transparent !important;
121
+ box-shadow: none !important;
122
+ }}
123
+
124
  </style>
125
  """, unsafe_allow_html=True)
126