Is there a way to style Google Chrome default PDF viewer
问题 Is there a way to style google chrome default pdf view? I'm trying to change the gray background color to white also make the scroller little bigger for mobile devices if possible. I tried to target it on css with no luck // pdf viewer custom style iframe { html { body { background-color: #ffffff !important; } #zoom-toolbar { display: none !important; } #zoom-buttons { display: none !important; } } } It looks like it's creating shadow document on the html but I couldn't find any way to target