code-slicer commited on
Commit
bdf1405
ยท
verified ยท
1 Parent(s): 4bd9508

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -4
app.py CHANGED
@@ -203,10 +203,9 @@ st.markdown(f"""
203
  }}
204
  .block-container::before {{
205
  content: "";
206
- position: absolute;
207
- /* โฌ‡๏ธ ๋‹ค์Œ ํ•œ ์ค„์ด ํ•ต์‹ฌ: ๋†’์ด ์ œํ•œ ์—†์ด ๋„ค ๋ณ€์„ 0์œผ๋กœ ๋ถ™์—ฌ ์ „์ฒด๋ฅผ ๋ฎ์Šต๋‹ˆ๋‹ค */
208
- inset: 0; /* top:0;right:0;bottom:0;left:0;์™€ ๋™์ผ */
209
- background: url('{BG_URL}') center / 100% auto repeat-y;
210
  background-position: center 45%;
211
  opacity: .15; /* ํˆฌ๋ช…๋„ 80% */
212
  pointer-events: none;
 
203
  }}
204
  .block-container::before {{
205
  content: "";
206
+ position: absolute; inset: 0;
207
+ /* โœ… ํ•ต์‹ฌ: repeat-y + ๋„ˆ๋น„ 100% ๊ณ ์ • */
208
+ background: url('{BG_URL}') center top / 100% auto repeat-y;
 
209
  background-position: center 45%;
210
  opacity: .15; /* ํˆฌ๋ช…๋„ 80% */
211
  pointer-events: none;