SJLee-0525 commited on
Commit
449c975
ยท
1 Parent(s): ab1ab06

[TEST] test46

Browse files
client/frontend/styles/chatbot_style.py CHANGED
@@ -8,7 +8,7 @@ FLOATING_CHATBOT_CSS = """
8
  /* ํ”Œ๋กœํŒ… ํ† ๊ธ€ ๋ฒ„ํŠผ ์ปจํ…Œ์ด๋„ˆ */
9
  #floating-toggle {
10
  position: fixed;
11
- bottom: 20px;
12
  right: 20px;
13
  z-index: 1001;
14
  width: 64px;
@@ -86,7 +86,7 @@ FLOATING_CHATBOT_CSS = """
86
  /* ์ฑ—๋ด‡ ์ปจํ…Œ์ด๋„ˆ - ๋” ๋‘ฅ๊ธ€๊ฒŒ */
87
  #chat-container {
88
  position: fixed;
89
- bottom: 104px;
90
  right: 20px;
91
  width: 636px;
92
  height: 840px;
 
8
  /* ํ”Œ๋กœํŒ… ํ† ๊ธ€ ๋ฒ„ํŠผ ์ปจํ…Œ์ด๋„ˆ */
9
  #floating-toggle {
10
  position: fixed;
11
+ top: 20px;
12
  right: 20px;
13
  z-index: 1001;
14
  width: 64px;
 
86
  /* ์ฑ—๋ด‡ ์ปจํ…Œ์ด๋„ˆ - ๋” ๋‘ฅ๊ธ€๊ฒŒ */
87
  #chat-container {
88
  position: fixed;
89
+ top: 104px;
90
  right: 20px;
91
  width: 636px;
92
  height: 840px;