.pdf-container { width: 100%; height: 80vh; /* Adjust for better mobile fit */ overflow: auto; /* Ensures scrolling */ -webkit-overflow-scrolling: touch; /* Smooth scrolling for iOS */ } .pdf-container iframe { width: 100%; height: 100%; border: none; }