-
|
When using I know that the behavior is generally browser-dependent, but I'm getting different behavior within the same browser for PDFs created with react-pdf. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Turns out the object needs to be in an element with height, or have a style to declare height. This is a chrome-specific issue. Firefox showed the toolbar the whole time, and Safari showed its overlay. Both of these work for Chrome: or |
Beta Was this translation helpful? Give feedback.
Turns out the object needs to be in an element with height, or have a style to declare height. This is a chrome-specific issue. Firefox showed the toolbar the whole time, and Safari showed its overlay. Both of these work for Chrome:
or