.proj-edit-box{ margin-top: 18px; /* overflow: auto; */ /* background-color: red; */ background-color: var(--color-light); position: relative; } .proj-edit { background-color: var(--color-light); padding: 15px; display: flex; justify-content: space-around; } .btn-container { width: 100%; padding: 5px 0 15px 0; text-align: center; background-color: var(--color-light); } .aiImg{ width: 100px; height: 100px; position: fixed; right: 25px; bottom: 50px; cursor: pointer; }