Skip to content

Commit

Permalink
change style from height to minHeight (#6798)
Browse files Browse the repository at this point in the history
Co-authored-by: Qi Liu <[email protected]>
  • Loading branch information
liuqidake and Qi Liu authored Aug 5, 2022
1 parent 019cefe commit 981c713
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client-react/src/components/ActionBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const elementWrapperStyle = (theme: ThemeExtended, fullPageHeight?: boolean) =>
style({
position: fullPageHeight ? 'fixed' : 'absolute',
bottom: '0px',
height: '57px',
minHeight: '57px',
left: '0px',
right: '0px',
overflow: 'hidden',
Expand Down

0 comments on commit 981c713

Please sign in to comment.