Skip to content

Commit 2b5cc46

Browse files
fix: set overflow property to auto instead of scroll
1 parent 8a46a37 commit 2b5cc46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/snyk-report-tab.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
.container {
1010
width: 100%;
1111
height: 100%;
12-
overflow: scroll;
12+
overflow: auto;
1313
}
1414
.iframeContainer {
1515
overflow: scroll;

0 commit comments

Comments
 (0)