Fab labels in Ionic 4?

any news? figured out that the problem is the shadow-root of the ion-fab-button.
you have to add

contain: layout;
overflow: visible;

to the shadow-root button element. however this is not possible by adding it to the css