From 7c59e7e9062b0c26b8411eefbd7e3a170caa1e1b Mon Sep 17 00:00:00 2001 From: Prozilla Date: Tue, 8 Aug 2023 21:14:02 +0200 Subject: [PATCH] Fixed taskbar for mobile --- src/App.module.css | 1 + src/components/task-bar/TaskBar.jsx | 11 +++--- src/components/task-bar/TaskBar.module.css | 41 ++++++++++++++++------ 3 files changed, 38 insertions(+), 15 deletions(-) diff --git a/src/App.module.css b/src/App.module.css index 41192a1..0be3495 100644 --- a/src/App.module.css +++ b/src/App.module.css @@ -5,4 +5,5 @@ width: 100%; height: 100%; text-align: center; + overflow: hidden; } diff --git a/src/components/task-bar/TaskBar.jsx b/src/components/task-bar/TaskBar.jsx index 2f698a1..0d2b493 100644 --- a/src/components/task-bar/TaskBar.jsx +++ b/src/components/task-bar/TaskBar.jsx @@ -36,6 +36,7 @@ function AppButton({ app }) { return (