Skip to content

Commit

Permalink
fix(ui): Remove some unneeded z-indices (#1991)
Browse files Browse the repository at this point in the history
  • Loading branch information
Flemmli97 authored May 15, 2024
1 parent 792d807 commit 36a31be
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
5 changes: 0 additions & 5 deletions kit/src/components/message/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -53,17 +53,12 @@
justify-content: center;
align-items: center;
position: fixed;
z-index: 1001;
top: 1.5rem;
left: 0;
bottom: 0;
right: 0;
}

.edit-message {
z-index: 1002;
}

.message.mention {
background-color: var(--background-mention);
}
Expand Down
1 change: 0 additions & 1 deletion ui/src/layouts/chats/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@
}

#create-group {
z-index: 10;
top: 0;
left: calc(var(--width-sidebar) + 10px);
color: var(--text-color);
Expand Down

0 comments on commit 36a31be

Please sign in to comment.