fix(poc4): remove Streamlit header chrome

This commit is contained in:
devmrko
2026-07-22 11:14:42 +09:00
parent 8b86d58d95
commit 72b2e084ac

View File

@@ -7,7 +7,7 @@ html, body, [data-testid="stAppViewContainer"], .stApp {
background:#fff !important; color:var(--hmm-ink) !important;
font-family:"Noto Sans KR","Malgun Gothic",sans-serif;
}
#MainMenu, header [data-testid="stToolbar"] { display:none !important; }
header[data-testid="stHeader"] { display:none !important; }
.block-container { max-width:1180px; padding:2rem 3rem 4rem; }
section[data-testid="stSidebar"], section[data-testid="stSidebar"] > div {
background:#fff !important;