Increase the bottom threshold for chat container. Closes #2342

This commit is contained in:
Gabe Kangas
2022-12-01 19:26:16 -08:00
parent fd69febf0d
commit 8a14173066
2 changed files with 4 additions and 2 deletions

View File

@@ -16,6 +16,7 @@
color: var(--text-color-secondary);
& .toBottomWrap {
& .toBottomBtn {
z-index: 9999;
border: none;
background-color: gray;
}