Spaces:
Running
Running
Shankar
commited on
Commit
·
4b2a563
1
Parent(s):
d2a05eb
fix chatbot pos 4
Browse files
app.py
CHANGED
@@ -107,7 +107,7 @@ with gr.Blocks(
|
|
107 |
}
|
108 |
.chat-panel {
|
109 |
position: fixed;
|
110 |
-
|
111 |
right: 20px;
|
112 |
left: auto;
|
113 |
width: 350px;
|
@@ -118,6 +118,7 @@ with gr.Blocks(
|
|
118 |
border-radius: 8px;
|
119 |
padding: 10px;
|
120 |
overflow: visible;
|
|
|
121 |
}
|
122 |
#open-chat-btn {
|
123 |
position: fixed;
|
|
|
107 |
}
|
108 |
.chat-panel {
|
109 |
position: fixed;
|
110 |
+
top: 20px;
|
111 |
right: 20px;
|
112 |
left: auto;
|
113 |
width: 350px;
|
|
|
118 |
border-radius: 8px;
|
119 |
padding: 10px;
|
120 |
overflow: visible;
|
121 |
+
z-index: 1001;
|
122 |
}
|
123 |
#open-chat-btn {
|
124 |
position: fixed;
|