Test Playground: Link
I am working on a project with two nested divs, specifically named speeddial-div
and outer-div
. The speed-dial
div contains a Speed Dial component from Material UI (link here) that displays floating icons. Currently, when I hover over the component, it overflows and a scrollbar appears, which is the standard behavior. However, I want to show this menu when hovering over the red outer-div
. At the moment, it looks like this:
https://i.sstatic.net/e75D6.png?s=256
My goal is for the print and other icons to overflow onto the red div without requiring a scrollbar. I have tried using absolute and relative positioning with no success. Do you have any suggestions on how I can achieve the desired effect?