From 3ea7c7ffa03e47240c84886d0b509b6627e09c10 Mon Sep 17 00:00:00 2001 From: Aakansha Doshi Date: Tue, 5 Sep 2023 11:01:19 +0530 Subject: [PATCH] fix mobile css --- src/components/Actions.tsx | 1 - src/components/ToolIcon.scss | 5 +++++ src/components/Toolbar.scss | 5 +++++ src/css/styles.scss | 2 +- 4 files changed, 11 insertions(+), 2 deletions(-) diff --git a/src/components/Actions.tsx b/src/components/Actions.tsx index c5fc618c6..f38e1b41c 100644 --- a/src/components/Actions.tsx +++ b/src/components/Actions.tsx @@ -286,7 +286,6 @@ export const ShapesSwitcher = ({ ); })}
- {/* TEMP HACK because dropdown doesn't work well inside mobile toolbar */}