Réarrangement du code; correction css; écriture uniquement du nouveau message
This commit is contained in:
@ -30,7 +30,7 @@
|
||||
|
||||
#app #chat {
|
||||
position: relative;
|
||||
max-height: 86vh;
|
||||
max-height: 100vh;
|
||||
width: 100vh;
|
||||
/*border: 2px solid green;*/
|
||||
overflow: hidden;
|
||||
@ -50,7 +50,7 @@
|
||||
}
|
||||
|
||||
#app #messages {
|
||||
max-height: 40em;
|
||||
max-height: 60vh;
|
||||
overflow: scroll;
|
||||
overflow-y: scroll;
|
||||
overflow-x: hidden;
|
||||
|
Reference in New Issue
Block a user