code-slicer commited on
Commit
a3ea690
·
verified ·
1 Parent(s): 01d171a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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)