마지막 대화로 이동 버튼 추가
This commit is contained in:
parent
8b96760554
commit
195ce632d5
|
@ -181,6 +181,7 @@
|
||||||
(fileDragLeave)="onFileDragLeave()"
|
(fileDragLeave)="onFileDragLeave()"
|
||||||
>
|
>
|
||||||
<!-- CHAT MESSAGES -->
|
<!-- CHAT MESSAGES -->
|
||||||
|
<button mat-stroked-button class=" icon-button "><i class="mid mdi-arrow-collapse-down"></i></button>
|
||||||
|
|
||||||
<ucap-chat-messages
|
<ucap-chat-messages
|
||||||
#chatMessages
|
#chatMessages
|
||||||
|
|
|
@ -115,6 +115,21 @@
|
||||||
background: transparent;
|
background: transparent;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
-webkit-overflow-scrolling: touch;
|
-webkit-overflow-scrolling: touch;
|
||||||
|
.icon-button {
|
||||||
|
position: absolute;
|
||||||
|
right: 20px;
|
||||||
|
top: 14px;
|
||||||
|
z-index: 100;
|
||||||
|
padding: 0 0px;
|
||||||
|
line-height: unset;
|
||||||
|
min-width: 28px;
|
||||||
|
height: 28px;
|
||||||
|
background: #ffffff;
|
||||||
|
border-radius: 3px;
|
||||||
|
&:not([disabled]) {
|
||||||
|
box-shadow: 0 1px 2px 0px rgba(0, 0, 0, 0.2);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.file-drop-zone-container {
|
.file-drop-zone-container {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user