fix: app-scrollbar 设置高度 100% 不生效 (#128)

This commit is contained in:
ClariS 2023-09-04 17:26:42 +08:00 committed by GitHub
parent f1918b4bb8
commit 41c7ac1c9a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,10 +31,11 @@ const tagsViewStore = useTagsViewStore()
.app-main {
width: 100%;
background-color: var(--v3-body-bg-color);
display: flex;
}
.app-scrollbar {
height: 100%;
flex-grow: 1;
overflow: auto;
@include scrollbar;
}