Hello!
Could someone tell me how to enable these buttons?

Hello!
Could someone tell me how to enable these buttons?

You can easily create something yourself by using the ZoomScroll module
const zoomScroll = modeler.get('zoomScroll');
zoomScroll.reset();
zoomScroll.stepZoom(1);
zoomScroll.stepZoom(-1);
The buttons are not part of bpmn-js, but simple HTML elements which execute these methods.
As far as I know they are already enabled. What exactly do you want to achieve?
Closing old topics. If you have a similar question or need further assistance, please create a new topic and link to this one for context. Thank you!