From 42bb6b184f8ea9e87c7046cc7778affbebfc4583 Mon Sep 17 00:00:00 2001 From: daniel-vahn Date: Thu, 2 May 2024 13:20:02 +0200 Subject: [PATCH] Fix flex layout issue in index.css --- src/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.css b/src/index.css index 7b66ea3..d2d7941 100644 --- a/src/index.css +++ b/src/index.css @@ -38,8 +38,8 @@ body { .components-container { display: flex; + flex-grow: 1; flex-direction: column; - height: 100%; width: 100%; background-color: #aadaf1; border-radius: 12px;