Skip to content

Commit 1f83eff

Browse files
committed
Fixed: chat zindex
1 parent 58f5888 commit 1f83eff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/elements/chat/chat.component.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ nz-float-button {
99
position: fixed;
1010
bottom: 200px;
1111
right: 5px;
12-
z-index: 1000;
12+
z-index: 99999;
1313
cursor: move;
1414
user-select: none;
1515
overflow: visible;

0 commit comments

Comments
 (0)