Acasset45654 commited on
Commit
77486d0
·
verified ·
1 Parent(s): 4c0ca4e

Update refApp.py

Browse files
Files changed (1) hide show
  1. refApp.py +10 -2
refApp.py CHANGED
@@ -161,8 +161,16 @@ st.markdown("""
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)
 
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)