Skip to content

Instantly share code, notes, and snippets.

@reefdog
Created December 3, 2015 21:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save reefdog/1fa931f4e9c805e6556d to your computer and use it in GitHub Desktop.
Save reefdog/1fa931f4e9c805e6556d to your computer and use it in GitHub Desktop.
Override rules to make DC viewer work on http://blogs.twincities.com/
#container .DV-docViewer,
#container .DV-docViewer-Container,
#container .DV-footer,
#container .DV-collapsibleControls,
#container .DV-textPage,
#container .DV-textContents,
#container .DV-thumbnails,
#container .DV-annotationContent,
#container .DV-annotationExcerpt,
#container .DV-annotationExcerptImage,
#container .DV-annotationExcerptImageTop{overflow:hidden !important;}
#container .DV-page{overflow:visible !important;}
#container .DV-pages{overflow:auto !important;}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment