wuyuncheng-26's picture
upload files from Harry-zklcdc/go-proxy-bingai
d669ddb verified
raw
history blame contribute delete
184 Bytes
/* 移除顶部背景遮挡 */
.scroller>.top {
display: none !important;
}
/* 移除顶部边距 */
.scroller>.scroller-positioner>.content {
padding-top: 0 !important;
}