diff --git a/src/styles/app-base.css b/src/styles/app-base.css index 69fa379..f6a9ae2 100644 --- a/src/styles/app-base.css +++ b/src/styles/app-base.css @@ -1,5 +1,5 @@ -/*@tailwind base;*/ +@tailwind base; /** * Custom base styles @@ -49,6 +49,7 @@ html, body { #root { display: flex; + flex-direction: column; flex: 1 1 auto; width: 100%; height: 100%;