Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -203,10 +203,9 @@ st.markdown(f"""
|
|
| 203 |
}}
|
| 204 |
.block-container::before {{
|
| 205 |
content: "";
|
| 206 |
-
position: absolute;
|
| 207 |
-
/*
|
| 208 |
-
|
| 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;
|