Skip to content

Commit b2ff5ef

Browse files
committed
[FIX] chatbot hitbox
1 parent 874fe3f commit b2ff5ef

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed
33 Bytes
Binary file not shown.

html/assets/css/chatbot.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,19 @@
1212
}
1313

1414
.chatbotButton {
15+
position: fixed !important;
1516
border: none;
1617
cursor: pointer;
1718
position: absolute;
1819
bottom: 10px;
1920
right: 10px;
2021
}
2122

23+
#speroBubble {
24+
display: none;
25+
position: fixed !important;
26+
}
27+
2228
.chatbotButton button {
2329
border: none;
2430
background-color: steelblue;
@@ -120,6 +126,8 @@
120126
width: 10%;
121127
max-height: 100%;
122128
height: 10%;
129+
/*width: 94%;*/
130+
/*height: 100%;*/
123131
}
124132
}
125133

0 commit comments

Comments
 (0)