diff --git a/public/assets/vendor/css/core.css b/public/assets/vendor/css/core.css index 46f34f42..a0771547 100644 --- a/public/assets/vendor/css/core.css +++ b/public/assets/vendor/css/core.css @@ -16889,7 +16889,8 @@ li:not(:first-child) .dropdown-item, box-shadow: var(--bs-box-shadow-xs); filter: none; opacity: 1; - transform: translate(23px, -25px); + transform: translate(6px, -9px); + z-index: 1056; border-radius: 0.25rem; transition: all 0.23s ease 0.1s; /* For hover effect of close btn */ @@ -16899,18 +16900,18 @@ li:not(:first-child) .dropdown-item, transition: none; } } -.modal .btn-close:hover, +/* .modal .btn-close:hover, .modal .btn-close:focus, .modal .btn-close:active { opacity: 1; outline: 0; transform: translate(20px, -20px); -} -:dir(rtl) .modal .btn-close:hover, +} */ +/* :dir(rtl) .modal .btn-close:hover, :dir(rtl) .modal .btn-close:focus, :dir(rtl) .modal .btn-close:active { transform: translate(26px, -20px); -} +} */ .modal .btn-close::before { display: block; background-color: var(--bs-secondary-color); diff --git a/src/components/Directory/ProfileContactDirectory.jsx b/src/components/Directory/ProfileContactDirectory.jsx index 1bdd630f..a46c2001 100644 --- a/src/components/Directory/ProfileContactDirectory.jsx +++ b/src/components/Directory/ProfileContactDirectory.jsx @@ -14,17 +14,8 @@ const ProfileContactDirectory = ({ contact, setOpen_contact, closeModal }) => { }, [conatProfile]); return (
Contact Profile