From 78abfedfb0a32ecbf96a56fac487d910b090843d Mon Sep 17 00:00:00 2001 From: "@wwwjim" Date: Wed, 9 Sep 2020 16:55:23 -0700 Subject: [PATCH] anchors slate buttons to the bottom right instead of bottom of screen --- components/core/Slate.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/core/Slate.js b/components/core/Slate.js index c11757a9..aac17261 100644 --- a/components/core/Slate.js +++ b/components/core/Slate.js @@ -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; `;