mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
fixed overflow issues (#7060)
This commit is contained in:
@@ -5,8 +5,7 @@
|
|||||||
|
|
||||||
.adf-txt-viewer {
|
.adf-txt-viewer {
|
||||||
background-color: mat-color($background, background);
|
background-color: mat-color($background, background);
|
||||||
overflow: hidden;
|
overflow: auto;
|
||||||
overflow-y: scroll;
|
|
||||||
height: 100%;
|
height: 100%;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user