Fix titlebar for web
This commit is contained in:
@@ -227,10 +227,17 @@ body {
|
||||
color: var(--interactive-active);
|
||||
}
|
||||
|
||||
#root {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
height: 100vh;
|
||||
}
|
||||
|
||||
/* Chat Area */
|
||||
.app-container {
|
||||
display: flex;
|
||||
height: calc(100vh - 32px);
|
||||
flex: 1;
|
||||
min-height: 0;
|
||||
width: 100vw;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user