The “modal” element in my chat app is supposed to have an opaque background and be on top of the rest of the elements on the page. It is also supposed to cover the whole page when it is not hidden. However, it is transparent and does not cover the top of the page. Here is an image:
As you can see, it does not cover the top of the page (notice the background change), and other elements are visible under it. Why is this so? Is this an error in my CSS? I have tried setting the opacity to 1, but that doesn’t seem to work.