This repository has been archived on 2022-05-20. You can view files and clone it, but cannot push or open issues or pull requests.
Alley-HSBC-Frontend/src/styles.css
2022-03-15 15:41:41 -07:00

13 lines
92 B
CSS

html,
body,
#app,
#root,
#app > div {
height: 100%;
}
html,
body {
overflow: hidden;
}