I have a menu with multiple modals. When I open one over another it turns backgrount into black, which is ugly. I understand that I need change filter: alpha(opacity=80);<
filter: alpha(opacity=80);<
Give your modals a separate classes
And all you need is:
.yourclass { background: rgba(0, 0, 0, 0.8); }