Skip to content

Commit

Permalink
z index changed (#2002)
Browse files Browse the repository at this point in the history
Co-authored-by: Thibaut Sardan <33178835+Tbaut@users.noreply.github.com>
  • Loading branch information
tanmoyAtb and Tbaut authored Mar 4, 2022
1 parent d0ebb44 commit 1aed55c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import PermissionsDropdown from "./Sharing/PermissionsDropdown"
import { UserName } from "../../Elements/UserName"

const useStyles = makeStyles(
({ breakpoints, constants, typography, palette, zIndex }: CSFTheme) => {
({ breakpoints, constants, typography, palette }: CSFTheme) => {
return createStyles({
root: {
padding: constants.generalUnit * 3,
Expand Down Expand Up @@ -91,7 +91,7 @@ const useStyles = makeStyles(
width: "100%",
backgroundColor: palette.additional["gray"][1],
border: `1px solid ${palette.additional["gray"][5]}`,
zIndex: zIndex?.layer1
zIndex: 100
},
suggestionsBody: {
width: "100%",
Expand Down

0 comments on commit 1aed55c

Please sign in to comment.