Spaces:
Sleeping
Sleeping
Update refApp.py
Browse files
refApp.py
CHANGED
|
@@ -154,6 +154,16 @@ st.markdown("""
|
|
| 154 |
font-size: 0.85em !important;
|
| 155 |
margin: 0 !important;
|
| 156 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 157 |
</style>
|
| 158 |
""", unsafe_allow_html=True)
|
| 159 |
|
|
|
|
| 154 |
font-size: 0.85em !important;
|
| 155 |
margin: 0 !important;
|
| 156 |
}
|
| 157 |
+
div[data-testid="stExpander"][aria-expanded="true"] {
|
| 158 |
+
transition: none !important;
|
| 159 |
+
}
|
| 160 |
+
div[data-testid="stExpander"] div[data-testid="stExpanderDetails"] {
|
| 161 |
+
transition: none !important;
|
| 162 |
+
}
|
| 163 |
+
div[data-testid="stExpander"] .streamlit-expanderContent {
|
| 164 |
+
will-change: auto !important;
|
| 165 |
+
contain: layout !important;
|
| 166 |
+
}
|
| 167 |
</style>
|
| 168 |
""", unsafe_allow_html=True)
|
| 169 |
|