Skip to content

Instantly share code, notes, and snippets.

@abdulawal39
Created July 15, 2020 06:33
Show Gist options
  • Save abdulawal39/b49e6590f556f490c013046773be7578 to your computer and use it in GitHub Desktop.
Save abdulawal39/b49e6590f556f490c013046773be7578 to your computer and use it in GitHub Desktop.
Fix previous and next buttons hiding issue on PDF Viewer for WordPress
/**
* This css is used to fix left and right nav buttons hiding issue on android devices
* for PDF Viewer for WordPress
* This css should be used in custom css section of PDF Viewer settings page. Screenshot: https://prnt.sc/ti13oh
*/
.pvfw_page_prev{
z-index: 100;
}
.pvfw_page_next{
z-index: 100;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment