mirror of
https://github.com/cheveguerra/whaticket-community.git
synced 2026-04-19 20:29:17 +00:00
fix: messages unread counter appear in front of ticket list header
This commit is contained in:
@@ -30,13 +30,8 @@ const useStyles = makeStyles(theme => ({
|
|||||||
},
|
},
|
||||||
|
|
||||||
ticketsListHeader: {
|
ticketsListHeader: {
|
||||||
// display: "flex",
|
|
||||||
// alignItems: "center",
|
|
||||||
// fontWeight: 500,
|
|
||||||
// fontSize: "16px",
|
|
||||||
// height: "56px",
|
|
||||||
color: "rgb(67, 83, 105)",
|
color: "rgb(67, 83, 105)",
|
||||||
// padding: "0px 12px",
|
zIndex: 2,
|
||||||
backgroundColor: "white",
|
backgroundColor: "white",
|
||||||
borderBottom: "1px solid rgba(0, 0, 0, 0.12)",
|
borderBottom: "1px solid rgba(0, 0, 0, 0.12)",
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user