slate: update zindex for actions menu

This commit is contained in:
@wwwjim 2020-08-24 22:31:35 -07:00
parent 4bdd4c3b5b
commit 30ceafebd3

View File

@ -30,10 +30,10 @@ const STYLES_CONTAINER = css`
`;
const STYLES_ACTIONS = css`
z-index: ${Constants.zindex.navigation};
bottom: 16px;
right: 8px;
position: absolute;
z-index: 1;
flex-direction: column;
display: flex;
`;