Open mariela21180 opened 1 year ago
The component only allows bottom positions right-left-center.
Is it possible to add top positions right-left-center with menu opening to bottom?
I found that you can use the shadow prop to add any styles you want, to achieve this you can use something like <FloatingAction shadow={{ top: 10 }}
<FloatingAction shadow={{ top: 10 }}
The component only allows bottom positions right-left-center.
Is it possible to add top positions right-left-center with menu opening to bottom?