Make popup background non-transparent

This commit is contained in:
Daniel Triendl 2021-08-28 11:49:49 +02:00
parent de34a6c66e
commit 3e33155276

View File

@ -11,6 +11,7 @@
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
z-index: 1; z-index: 1;
color: #000; color: #000;
background-color: #fff;
} }
.show { .show {