Skip to content

Commit

Permalink
UX: add styling for floating topic button edge cases
Browse files Browse the repository at this point in the history
  • Loading branch information
chapoi committed Aug 8, 2024
1 parent 3031d57 commit 5d5e0d6
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions desktop/desktop.scss
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,16 @@
bottom: 30px;
right: 50px;
z-index: z("composer", "content") - 1;

.chat-drawer-active & {
z-index: z("chat-drawer") - 1;
bottom: 60px;
}

body:has(#reply-control.draft.show-preview) & {
bottom: 60px;
}

background-color: var(--tertiary);
color: var(--secondary);
white-space: nowrap;
Expand Down

0 comments on commit 5d5e0d6

Please sign in to comment.