mirror of
https://github.com/zhigang1992/docz.git
synced 2026-05-13 14:06:12 +08:00
fix(docz-theme-default): loading component height
This commit is contained in:
@@ -8,7 +8,7 @@ const Wrapper = styled('div')`
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
height: 100vh;
|
||||
`
|
||||
|
||||
export const Loading = () => (
|
||||
|
||||
Reference in New Issue
Block a user