Skip to content

Commit

Permalink
removed useless z index
Browse files Browse the repository at this point in the history
  • Loading branch information
Thombrix committed May 2, 2024
1 parent fd1e6aa commit 7678ba2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions frontend/src/views/account/EditView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<!-- File Input overlayed transparently over the image -->
<v-file-input class="file-input-overlay" @change="previewImage"
@click:clear="imagePreview = null" accept="image/png, image/jpeg" label="Change Avatar"
prepend-icon="mdi-camera" outlined dense hide-details>
prepend-icon="mdi-camera" outlined dense hide-details variant="text">
</v-file-input>
</div>
</v-col>
Expand Down Expand Up @@ -126,7 +126,6 @@
<style>
.image-upload-container {
position: relative;
cursor: pointer; /* Optional: Changes the cursor on hover over the image to indicate it's clickable */
width: 100%;
}

Expand All @@ -139,7 +138,6 @@
height: 335px;
opacity: 0; /* Make the input invisible */
cursor: pointer;
z-index: 2;
}
</style>

Expand Down

0 comments on commit 7678ba2

Please sign in to comment.