From fe2b6b02831c918c25d88604df94d8d2f360b75a Mon Sep 17 00:00:00 2001 From: AAGaming Date: Wed, 24 Aug 2022 20:49:39 -0400 Subject: fix plugins menu scrolling, shut up typecript --- frontend/src/components/TitleView.tsx | 1 - 1 file changed, 1 deletion(-) (limited to 'frontend/src/components/TitleView.tsx') diff --git a/frontend/src/components/TitleView.tsx b/frontend/src/components/TitleView.tsx index d0a3de0b..cd1f9eba 100644 --- a/frontend/src/components/TitleView.tsx +++ b/frontend/src/components/TitleView.tsx @@ -8,7 +8,6 @@ const titleStyles: CSSProperties = { display: 'flex', paddingTop: '3px', paddingRight: '16px', - boxShadow: 'unset', }; const TitleView: VFC = () => { -- cgit v1.2.3