Fix overlap scrollbar

This commit is contained in:
mauriziovitale84
2016-07-01 17:21:07 +01:00
parent 9a53817311
commit 3f00171770

View File

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