From 2998b6d40cd94b7cc795bc968c2af4582f0ebd1b Mon Sep 17 00:00:00 2001 From: canove Date: Fri, 2 Oct 2020 19:08:43 -0300 Subject: [PATCH] fix: messages unread counter appear in front of ticket list header --- frontend/src/components/TicketsList/index.js | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/frontend/src/components/TicketsList/index.js b/frontend/src/components/TicketsList/index.js index 9aea4bc..5ad3f4b 100644 --- a/frontend/src/components/TicketsList/index.js +++ b/frontend/src/components/TicketsList/index.js @@ -30,13 +30,8 @@ const useStyles = makeStyles(theme => ({ }, ticketsListHeader: { - // display: "flex", - // alignItems: "center", - // fontWeight: 500, - // fontSize: "16px", - // height: "56px", color: "rgb(67, 83, 105)", - // padding: "0px 12px", + zIndex: 2, backgroundColor: "white", borderBottom: "1px solid rgba(0, 0, 0, 0.12)", },