- Correctie van de ActiveChatInput container (werd nu te groot getoond).
This commit is contained in:
@@ -277,6 +277,13 @@ export default {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
height: 100%;
|
||||
min-height: 0;
|
||||
padding: 20px; /* Interne padding voor MessageHistory */
|
||||
box-sizing: border-box;
|
||||
width: 100%;
|
||||
max-width: 1000px; /* Optimale breedte */
|
||||
margin-left: auto;
|
||||
margin-right: auto; /* Horizontaal centreren */
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user