From 0d88bd4f4a158c87704446dbeef293515fc7a4bc Mon Sep 17 00:00:00 2001 From: dominik-zeglen Date: Thu, 16 Jan 2020 15:03:24 +0100 Subject: [PATCH] Fix unreachable controls --- src/components/AppLayout/AppLayout.tsx | 1 - src/components/SaveButtonBar/SaveButtonBar.tsx | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/components/AppLayout/AppLayout.tsx b/src/components/AppLayout/AppLayout.tsx index 32517e68e..1db6cb01c 100644 --- a/src/components/AppLayout/AppLayout.tsx +++ b/src/components/AppLayout/AppLayout.tsx @@ -47,7 +47,6 @@ const useStyles = makeStyles( }, bottom: 0, gridColumn: 2, - height: 70, position: "sticky", zIndex: 10 }, diff --git a/src/components/SaveButtonBar/SaveButtonBar.tsx b/src/components/SaveButtonBar/SaveButtonBar.tsx index 6086349f9..83ab6548a 100644 --- a/src/components/SaveButtonBar/SaveButtonBar.tsx +++ b/src/components/SaveButtonBar/SaveButtonBar.tsx @@ -41,7 +41,7 @@ const useStyles = makeStyles( background: theme.palette.background.default, borderTop: "1px solid transparent", boxShadow: `0 -5px 5px 0 ${theme.palette.divider}`, - height: "100%", + height: 70, transition: `box-shadow ${theme.transitions.duration.shortest}ms` }, spacer: {