Scrollbar with Dropdown
someone know how to make this dropdown get pass the
from this css
this was not my work and was passed to me so i'm having a hard time to make the dropdown appear in front of like confined container
1 Reply
If Iām understanding the problem correctly, will need to be positioned absolute relative to outside the container that has the x-scrollbar if you want it to be visible outside of the container with the scrollbar. Depending on stacking context and containing blocks and what they are doing (eg if there is an opacity or transform or a position that would change the default). I think grid and flex change them too.