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 {
|
||||
background-color: mat-color($background, background);
|
||||
overflow: hidden;
|
||||
overflow-y: scroll;
|
||||
overflow: auto;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
}
|
||||
|
Reference in New Issue
Block a user