alfresco-ng2-components/lib/core/viewer/components/txtViewer.component.scss
Denys Vuika 0ea7259988 style fixes for viewer (#2858)
* style fixes for viewer

* use theme colors

* initial theme support for PDF viewer
2018-01-23 11:35:45 +00:00

7 lines
113 B
SCSS

.adf-txt-viewer {
background-color: white;
width: 100vw;
overflow: hidden;
overflow-y: scroll;
}