How can I change the CSS for pages? #155
Replies: 1 comment 1 reply
-
Hi @hellwaiver, Could you prepare a demo environment? Usually, setting |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I keep trying to change the CSS properties for pages so that they do not appear to be a continuous page. My setup is pretty simple. I have a component like so:
<VuePdfEmbed ref="pdfRef" :source="pdfBuffer"></VuePdfEmbed>
But it seems like no matter what class selectors I pick.
Eg:
The viewer doesnt change, seems like the CSS is overwritten. Help!
Beta Was this translation helpful? Give feedback.
All reactions