File tree 2 files changed +7
-2
lines changed
frontend/src/assets/widget
2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 108
108
// send request to bot
109
109
payload [ "input" ] = userQuery ;
110
110
111
- $ . post ( 'http://localhost:8080/ gateway/api/v1', JSON . stringify ( payload ) )
111
+ $ . post ( config [ "base_url" ] + ' gateway/api/v1', JSON . stringify ( payload ) )
112
112
. done ( ( ( response ) => {
113
113
successRoutes ( response ) ; } ) )
114
114
. fail ( ( x , t , m ) => {
Original file line number Diff line number Diff line change 83
83
padding : 0px 10px 0px 10px ;
84
84
width : calc (100% - 20px );
85
85
height : 100% ;
86
- overflow : scroll;
86
+ overflow-y : scroll;
87
87
list-style-type : none;
88
88
}
89
+ .iky_Chat_container ::-webkit-scrollbar {
90
+ width : 0px ; /* remove scrollbar space */
91
+ background : transparent; /* optional: just make scrollbar invisible */
92
+ }
93
+
89
94
.message_row {
90
95
float : left;
91
96
min-height : 20px ;
You can’t perform that action at this time.
0 commit comments