Acasset45654 commited on
Commit
4c0ca4e
·
verified ·
1 Parent(s): 363d801

Update refApp.py

Browse files
Files changed (1) hide show
  1. refApp.py +10 -0
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