Change configuration

Is it possible to change the number of action buttons during the process?
In the file “GroceryCrudEnterprise.php” I have set:

'max_action_buttons' => [
'mobile' => 1,
'desktop' => 2
],

I also have the action buttons displayed on the right set:

'actions_column_side' => 'right',

But I found that if I need more than two buttons, they don’t display well when expanded. They are partially hidden behind the frame of the window in which the table is displayed.
grocerycrud_tlacitka

Therefore, I would need to change the number to three for some tables where I have more than two buttons.

I would also like to change the display of action buttons back to the left for the mobile version.