I am currently using version Pro 4.5.5 of mdbootstrap and encountering a specific issue. To enable context-based actions, I am utilizing fixed buttons:
As shown in the screenshot, the component displays a hidden unordered list above the content. This list reveals the buttons on hover or click on mobile devices:
https://i.sstatic.net/3fnzX.png
The problem arises when there are links or other interactive elements below the hidden list (as seen in the second screenshot), making them inaccessible as the buttons cover them when touched or clicked.
https://i.sstatic.net/ZFKU8.png
I would greatly appreciate any assistance in resolving this issue. Additionally, I welcome suggestions for alternative examples or solutions to implement a fab-button-bar using HTML and JS.