Merge pull request #334 from Alfresco/dev-mvitale-320

Fix overlap scrollbar
This commit is contained in:
Mario Romano
2016-07-04 10:42:53 +01:00
committed by GitHub

View File

@@ -1,5 +1,5 @@
.viewer-pdf-container { .viewer-pdf-container {
overflow: auto; overflow: hidden;
background: #3E3E3E; background: #3E3E3E;
} }