aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/layouts/GridLayout.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/layouts/GridLayout.js b/src/layouts/GridLayout.js
index 1619390..b4c471b 100644
--- a/src/layouts/GridLayout.js
+++ b/src/layouts/GridLayout.js
@@ -102,7 +102,7 @@ const GridLayout = ({ children }) => {
</div>
{/*Middle column */}
- <div className="overflow-auto bg-blue-300 h-screen">
+ <div className="overflow-auto h-screen">
{children}
</div>