1.I using azure direct line and displaying the chatbot in an iframe
have placed a print icon in chat header and added a window.print() and in css file
@media print { body, html, .chat-container, #wrapper { height: 100%; }
the print output not showing the entire conversation .It shows only the visible area not the entire chat conversation.