Skip to content

Commit

Permalink
Make Button Sticky
Browse files Browse the repository at this point in the history
  • Loading branch information
domi-btnr committed Aug 28, 2024
1 parent bbf5db4 commit c979cfc
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion InvisibleTyping/components/typingButton.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
.invisibleTypingButton svg {
color: var(--interactive-normal);
overflow: visible;
padding: 4px;
margin-top: 5px;
}

.invisibleTypingButton .disabledStrokeThrough {
Expand All @@ -9,9 +11,12 @@
}

.invisibleTypingButton {
margin-top: 3px;
background: transparent;

align-self: flex-end;
position: sticky;
height: var(--custom-channel-textarea-text-area-height);

&:hover:not(.disabled) svg {
color: var(--interactive-hover);
}
Expand Down

0 comments on commit c979cfc

Please sign in to comment.