anchors slate buttons to the bottom right instead of bottom of screen

This commit is contained in:
@wwwjim 2020-09-09 16:55:23 -07:00
parent f7b2a1d981
commit 78abfedfb0

View File

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