Fixed modalSelect

This commit is contained in:
MaxOvs19
2023-05-04 09:49:39 +03:00
parent bb027d003f
commit 87fb04e422
10 changed files with 10 additions and 3 deletions

View File

@ -62,7 +62,6 @@ export const ProjectTiket = ({ project, index }) => {
0
)}
</span>
{/*<span className="add">{project.columns.length ? '+' : ''}</span>*/}
<span className="menu-settings" onClick={() => setModalSelect(true)}>
...
</span>

View File

@ -83,7 +83,6 @@
color: #6f6f6f;
right: 0;
top: -35%;
z-index: 999;
@media (max-width: 430px) {
display: none;