Spaces:
Sleeping
Sleeping
Update refApp.py
Browse files
refApp.py
CHANGED
|
@@ -161,8 +161,16 @@ st.markdown("""
|
|
| 161 |
transition: none !important;
|
| 162 |
}
|
| 163 |
div[data-testid="stExpander"] .streamlit-expanderContent {
|
| 164 |
-
|
| 165 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 166 |
}
|
| 167 |
</style>
|
| 168 |
""", unsafe_allow_html=True)
|
|
|
|
| 161 |
transition: none !important;
|
| 162 |
}
|
| 163 |
div[data-testid="stExpander"] .streamlit-expanderContent {
|
| 164 |
+
overflow-x: hidden !important;
|
| 165 |
+
max-width: 100% !important;
|
| 166 |
+
box-sizing: border-box !important;
|
| 167 |
+
}
|
| 168 |
+
div[data-testid="stExpander"] div[class*="block-container"] {
|
| 169 |
+
max-width: 100% !important;
|
| 170 |
+
overflow-x: hidden !important;
|
| 171 |
+
}
|
| 172 |
+
body {
|
| 173 |
+
overflow-x: hidden !important;
|
| 174 |
}
|
| 175 |
</style>
|
| 176 |
""", unsafe_allow_html=True)
|