From b9ec610d7034f909e4fcfc9da170b7f1ec40d5c6 Mon Sep 17 00:00:00 2001 From: wistec-bisrum <110302288+wistec-bisrum@users.noreply.github.com> Date: Thu, 12 Sep 2024 02:23:32 +0200 Subject: [PATCH] fix issue with widgets being cut off on mobile --- kinode/packages/homepage/ui/src/index.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/kinode/packages/homepage/ui/src/index.css b/kinode/packages/homepage/ui/src/index.css index 2e3db43b..e68c8142 100644 --- a/kinode/packages/homepage/ui/src/index.css +++ b/kinode/packages/homepage/ui/src/index.css @@ -33,7 +33,6 @@ span { background-color: var(--white); border: 1px solid var(--off-black); border-radius: 20px; - /* box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1); */ } header, @@ -106,7 +105,6 @@ header button { /* border-radius: 20px; */ overflow: hidden; border: 1px solid black; - margin-top: auto; max-height: 540px; overflow-y: auto; padding: 1em; @@ -239,6 +237,7 @@ footer { display: flex; flex-direction: column; overflow-y: auto; + max-height: none; } #widgets {