@media print {
  .body {
         overflow-y: auto; 
         scrollbar-gutter: stable; 
         overscroll-behavior-y: contain; 
         position: static; 
         display: flex; 
         flex-direction: column; 
         height: 100%; 
         overflow-x: hidden; 
    }
}