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%;
|
width: 100%;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
z-index: 5;
|
z-index: 5;
|
||||||
|
background-color: $white;
|
||||||
}
|
}
|
||||||
&.modal-component {
|
&.modal-component {
|
||||||
.modal-dialog {
|
.modal-dialog {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue