Fix transparent modal button background to white.
This commit is contained in:
parent
c5ff1ee876
commit
f466dd490b
1 changed files with 1 additions and 0 deletions
|
|
@ -156,6 +156,7 @@ export default {
|
|||
width: 100%;
|
||||
bottom: 0;
|
||||
z-index: 5;
|
||||
background-color: $white;
|
||||
}
|
||||
&.modal-component {
|
||||
.modal-dialog {
|
||||
|
|
|
|||
Loading…
Reference in a new issue