AlauStone commited on
Commit
b51a090
·
verified ·
1 Parent(s): 591c4f7

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -6
app.py CHANGED
@@ -166,16 +166,11 @@ def inject_custom_css():
166
  flex: 1 !important;
167
  min-width: 0 !important;
168
  }
169
- /* popover 向上展开,居中 */
170
  [data-testid="stPopoverBody"] {
171
  bottom: 100% !important;
172
  top: auto !important;
173
  margin-bottom: 0.5rem !important;
174
- left: 0 !important;
175
- right: 0 !important;
176
- margin-left: auto !important;
177
- margin-right: auto !important;
178
- width: fit-content !important;
179
  }
180
 
181
  /* 主内容区域底部留出空间 */
 
166
  flex: 1 !important;
167
  min-width: 0 !important;
168
  }
169
+ /* popover 向上展开 */
170
  [data-testid="stPopoverBody"] {
171
  bottom: 100% !important;
172
  top: auto !important;
173
  margin-bottom: 0.5rem !important;
 
 
 
 
 
174
  }
175
 
176
  /* 主内容区域底部留出空间 */