fixed overflow issues (#7060)

This commit is contained in:
Urse Daniel
2021-05-25 17:14:57 +01:00
committed by GitHub
parent 0fcb15c9c5
commit 200cfb8dba
@@ -5,8 +5,7 @@
.adf-txt-viewer {
background-color: mat-color($background, background);
overflow: hidden;
overflow-y: scroll;
overflow: auto;
height: 100%;
width: 100%;
}