improve frontend
This commit is contained in:
@ -9,6 +9,7 @@
|
||||
#message-list {
|
||||
width: 100%;
|
||||
flex-grow: 1;
|
||||
max-height: 100%;
|
||||
|
||||
overflow-y: scroll;
|
||||
}
|
||||
|
@ -11,4 +11,6 @@ body {
|
||||
#content {
|
||||
width: 100%;
|
||||
flex-grow: 1;
|
||||
max-height: 100%;
|
||||
overflow: hidden;
|
||||
}
|
Reference in New Issue
Block a user