fix: app-scrollbar 设置高度 100% 不生效 (#128)
This commit is contained in:
parent
f1918b4bb8
commit
41c7ac1c9a
@ -31,10 +31,11 @@ const tagsViewStore = useTagsViewStore()
|
|||||||
.app-main {
|
.app-main {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
background-color: var(--v3-body-bg-color);
|
background-color: var(--v3-body-bg-color);
|
||||||
|
display: flex;
|
||||||
}
|
}
|
||||||
|
|
||||||
.app-scrollbar {
|
.app-scrollbar {
|
||||||
height: 100%;
|
flex-grow: 1;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
@include scrollbar;
|
@include scrollbar;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user