diff --git a/examples/simple-app/src/App.module.css b/examples/simple-app/src/App.module.css index ba8070d2..2a25f6a4 100644 --- a/examples/simple-app/src/App.module.css +++ b/examples/simple-app/src/App.module.css @@ -1,6 +1,6 @@ .appContainer { - /* width: 100%; */ - /* height: 100%; */ + width: 100%; + height: 100%; display: flex; flex-direction: column;