fix: app-scrollbar 设置高度 100% 不生效 (#128)
This commit is contained in:
parent
f1918b4bb8
commit
41c7ac1c9a
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user