Index issue maybe
So when I
:hover
over the dot the menu appears but it's behind the second objective/list
element.
CodePen:
https://codepen.io/Arslan-Akbar/pen/PoxrVKy5 Replies
i removed
isolation: isolate;
from .obj_list .list .list_item
and .obj_list .list .obj_list_item
and that fixed itwell it did work for the code pen but didn't work for me. I just updated the whole css and fewest possible html.
give
.status_menu
z-index:1;
got it. at first I also tried giving it
z-index
but didn't work. I just checked it was due to isolation:isolate;
.
Thanks alot tho for the help. Much appreciated 💛