Spaces:
Running
Running
final version
Browse files
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 |
|