diff --git a/dist/paper.css b/dist/paper.css index 50829fe..65ee224 100644 --- a/dist/paper.css +++ b/dist/paper.css @@ -2401,7 +2401,7 @@ fieldset.form-group { top: 0; visibility: hidden; word-wrap: break-word; - z-index: 12; + z-index: 200; } .modal-bg { bottom: 0; diff --git a/src/components/_modals.scss b/src/components/_modals.scss index d5269a8..04f3f4c 100644 --- a/src/components/_modals.scss +++ b/src/components/_modals.scss @@ -11,7 +11,7 @@ top: 0; visibility: hidden; word-wrap: break-word; - z-index: 12; + z-index: 200; // modal background &-bg {