fixed overflow issues (#7060)

This commit is contained in:
Urse Daniel
2021-05-25 19:14:57 +03:00
committed by GitHub
parent 0fcb15c9c5
commit 200cfb8dba

View File

@@ -5,8 +5,7 @@
.adf-txt-viewer {
background-color: mat-color($background, background);
overflow: hidden;
overflow-y: scroll;
overflow: auto;
height: 100%;
width: 100%;
}