🎨
This commit is contained in:
@@ -128,7 +128,7 @@ definePageMetadata(computed(() => list ? {
|
||||
|
||||
<style lang="scss" module>
|
||||
.main {
|
||||
min-height: calc(100vh - (var(--stickyTop, 0px) + var(--stickyBottom, 0px)));
|
||||
min-height: calc(var(--containerHeight) - (var(--stickyTop, 0px) + var(--stickyBottom, 0px)));
|
||||
}
|
||||
|
||||
.userItem {
|
||||
|
Reference in New Issue
Block a user