Ashrafb commited on
Commit
adbe9a0
1 Parent(s): e1c6fad

Update static/index.html

Browse files
Files changed (1) hide show
  1. static/index.html +3 -3
static/index.html CHANGED
@@ -40,16 +40,16 @@ body {
40
  overflow: hidden; /* Prevent body from scrolling */
41
  }
42
  .top-bar {
 
43
  background: var(--outgoing-chat-bg);
44
  border-bottom: 1px solid var(--incoming-chat-border);
45
  padding: 10px;
46
  text-align: center;
47
  color: var(--text-color);
48
-
49
- top: 0;
50
  width: 100%;
51
- z-index: 1000;
52
  }
 
 
53
  .chat-container {
54
  overflow-y: auto;
55
  max-height: calc(100vh - 150px); /* Adjust max-height to account for top bar and typing container */
 
40
  overflow: hidden; /* Prevent body from scrolling */
41
  }
42
  .top-bar {
43
+ .top-bar {
44
  background: var(--outgoing-chat-bg);
45
  border-bottom: 1px solid var(--incoming-chat-border);
46
  padding: 10px;
47
  text-align: center;
48
  color: var(--text-color);
 
 
49
  width: 100%;
 
50
  }
51
+
52
+
53
  .chat-container {
54
  overflow-y: auto;
55
  max-height: calc(100vh - 150px); /* Adjust max-height to account for top bar and typing container */