Skip to content

Commit 70e60a9

Browse files
committed
fix(scrollbar): remove scrollbar
close #61
1 parent 5a676c9 commit 70e60a9

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

src/app/containers/App.tsx

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,11 @@ import {cssRaw, cssRule, style} from "typestyle";
1717
// Global style
1818
cssRaw(`@import url(https://fonts.googleapis.com/css?family=Roboto);`);
1919
normalize();
20-
cssRule(`body`, {
21-
fontFamily: "Roboto"
22-
});
2320
setupPage("#app");
21+
cssRule(`html, body`, {
22+
fontFamily: "Roboto",
23+
height: "auto"
24+
});
2425

2526
// App container style
2627
const Styles = {

0 commit comments

Comments
 (0)