Fix scrolling of type inference view

This commit is contained in:
Arne Keller 2021-03-08 08:25:39 +01:00
parent edd7d89e9c
commit bd8a7a26cf

View File

@ -17,6 +17,7 @@
padding: 10px;
box-sizing: border-box;
margin-top: 0;
overflow-y: scroll;
}
tc-proof-tree {