macwhisperer commited on
Commit
0da8c5c
·
verified ·
1 Parent(s): 371b596

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +2 -0
index.html CHANGED
@@ -48,12 +48,14 @@
48
  margin: 0;
49
  display: flex;
50
  flex-direction: column;
 
51
  }
52
 
53
  .window.fullscreen .window-body {
54
  flex-grow: 1;
55
  display: flex;
56
  flex-direction: column;
 
57
  }
58
 
59
  .window.fullscreen .chat-box {
 
48
  margin: 0;
49
  display: flex;
50
  flex-direction: column;
51
+ overflow: hidden;
52
  }
53
 
54
  .window.fullscreen .window-body {
55
  flex-grow: 1;
56
  display: flex;
57
  flex-direction: column;
58
+ min-height: 0;
59
  }
60
 
61
  .window.fullscreen .chat-box {