div.chatHistory { display: flex; flex-direction: column; height: 100%; } div.chatLayout { height: 80vh; overflow-y: auto; margin: 0 auto; } div.agentIndicator a { display: flex; text-align: center; align-content: center; align-items: center; } div.agentIndicator { padding: 10px; }