From 3c546536465684c002f859cdcd6225f0ef2aef0d Mon Sep 17 00:00:00 2001 From: Matchu Date: Sat, 1 Aug 2020 00:35:48 -0700 Subject: [PATCH] UX fixes for item support drawer One fix was that `position: absolute` stuff was appearing over the drawer, including the item search clear button, oof! Another fix was for a weird bug(?) in Apollo Client, see comments --- src/app/WardrobePage/index.js | 11 ++++++++++- src/app/WardrobePage/support/ItemSupportDrawer.js | 13 ++++++++++++- 2 files changed, 22 insertions(+), 2 deletions(-) diff --git a/src/app/WardrobePage/index.js b/src/app/WardrobePage/index.js index fd07d65..e1057c6 100644 --- a/src/app/WardrobePage/index.js +++ b/src/app/WardrobePage/index.js @@ -44,7 +44,16 @@ function WardrobePage() { }, [error, toast]); return ( - +