Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -403,6 +403,7 @@ st.markdown("""
|
|
| 403 |
/* 사이드바 고정 */
|
| 404 |
[data-testid="stSidebar"]{
|
| 405 |
position: fixed !important;
|
|
|
|
| 406 |
}
|
| 407 |
</style>
|
| 408 |
""", unsafe_allow_html=True)
|
|
|
|
| 403 |
/* 사이드바 고정 */
|
| 404 |
[data-testid="stSidebar"]{
|
| 405 |
position: fixed !important;
|
| 406 |
+
height: 100vh !important;
|
| 407 |
}
|
| 408 |
</style>
|
| 409 |
""", unsafe_allow_html=True)
|