Fix transparent modal button background to white.

This commit is contained in:
Bryan Mauger 2024-11-06 16:42:27 -05:00
parent c5ff1ee876
commit f466dd490b

View file

@ -156,6 +156,7 @@ export default {
width: 100%;
bottom: 0;
z-index: 5;
background-color: $white;
}
&.modal-component {
.modal-dialog {