Skip to content

Commit

Permalink
style: filter form block action bar style improve (#5108)
Browse files Browse the repository at this point in the history
  • Loading branch information
katherinehhh authored Aug 22, 2024
1 parent c2b727c commit eb550a9
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,9 @@ export const FilterFormBlockProvider = withDynamicSchemaProps((props) => {
<ActionBarProvider
forceProps={{
style: {
overflowY: 'auto',
width: '100%',
overflowX: 'auto',
maxWidth: '100%',
float: 'right',
},
}}
>
Expand Down

0 comments on commit eb550a9

Please sign in to comment.