Spaces:
Sleeping
Sleeping
Shankar
commited on
Commit
·
2be6cd2
1
Parent(s):
34c9847
fix chatbot pos
Browse files
app.py
CHANGED
@@ -109,6 +109,7 @@ with gr.Blocks(
|
|
109 |
position: fixed;
|
110 |
bottom: 20px;
|
111 |
right: 20px;
|
|
|
112 |
width: 350px;
|
113 |
height: 620px;
|
114 |
background: #fff;
|
@@ -117,11 +118,13 @@ with gr.Blocks(
|
|
117 |
border-radius: 8px;
|
118 |
padding: 10px;
|
119 |
overflow: visible;
|
|
|
120 |
}
|
121 |
#open-chat-btn {
|
122 |
position: fixed;
|
123 |
bottom: 20px;
|
124 |
right: 20px;
|
|
|
125 |
z-index: 1000;
|
126 |
}
|
127 |
#chatbot-input {
|
|
|
109 |
position: fixed;
|
110 |
bottom: 20px;
|
111 |
right: 20px;
|
112 |
+
left: auto;
|
113 |
width: 350px;
|
114 |
height: 620px;
|
115 |
background: #fff;
|
|
|
118 |
border-radius: 8px;
|
119 |
padding: 10px;
|
120 |
overflow: visible;
|
121 |
+
z-index: 1001;
|
122 |
}
|
123 |
#open-chat-btn {
|
124 |
position: fixed;
|
125 |
bottom: 20px;
|
126 |
right: 20px;
|
127 |
+
left: auto;
|
128 |
z-index: 1000;
|
129 |
}
|
130 |
#chatbot-input {
|