From ea3c1e3b58b8e9b9db21345173ac1bcf650da5d0 Mon Sep 17 00:00:00 2001 From: Tessa Thornton Date: Thu, 12 Sep 2019 12:01:59 -0400 Subject: [PATCH] fix safari user drawer display bugs (#2554) --- .../UserHistoryDrawerContainer.css | 2 +- .../UserHistoryDrawerContainer.tsx | 42 ++++++++++--------- 2 files changed, 23 insertions(+), 21 deletions(-) diff --git a/src/core/client/admin/components/UserHistoryDrawer/UserHistoryDrawerContainer.css b/src/core/client/admin/components/UserHistoryDrawer/UserHistoryDrawerContainer.css index 9c2c12c3e..dd634a4c2 100644 --- a/src/core/client/admin/components/UserHistoryDrawer/UserHistoryDrawerContainer.css +++ b/src/core/client/admin/components/UserHistoryDrawer/UserHistoryDrawerContainer.css @@ -1,6 +1,6 @@ .comments { flex: auto; - overflow: hidden; + overflow: scroll; } .close { diff --git a/src/core/client/admin/components/UserHistoryDrawer/UserHistoryDrawerContainer.tsx b/src/core/client/admin/components/UserHistoryDrawer/UserHistoryDrawerContainer.tsx index 549c8e8f8..6570633f4 100644 --- a/src/core/client/admin/components/UserHistoryDrawer/UserHistoryDrawerContainer.tsx +++ b/src/core/client/admin/components/UserHistoryDrawer/UserHistoryDrawerContainer.tsx @@ -39,28 +39,30 @@ const UserHistoryDrawerContainer: FunctionComponent = ({ - - {user.username} -
- -
-
-
- -
- - - - Status: - - - +
+ + {user.username} +
+
-
- -
-
+
+ +
+ + + + Status: + + + +
+
+ +
+ +
+