mirror of
https://github.com/filecoin-project/slate.git
synced 2024-11-10 13:14:04 +03:00
slate: update zindex for actions menu
This commit is contained in:
parent
4bdd4c3b5b
commit
30ceafebd3
@ -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;
|
||||
`;
|
||||
|
Loading…
Reference in New Issue
Block a user