snippet issue

0
hi team, i want to show my snippet popup above the another div  . i have applied z-index also but didnot get the output. Also i want to add the flags infront of language how i can add them too?
asked
1 answers
0

I suggest reading the following regarding the z-index property: https://coder-coder.com/z-index-isnt-working/#:~:text=To%20sum%20up%2C%20most%20issues,index%20level%20of%20their%20children.

 

For the other question about the flag: you have to add the flags as icons or images in your application and then conditionally show them where you want them. Do you have the flags already somewhere?

 

answered