Scrolling outputs panel, fixes #780

This commit is contained in:
James Barnsley
2021-10-27 20:11:21 +13:00
parent 97bae58f9b
commit e60884cc65

View File

@ -226,6 +226,8 @@
width: auto;
padding: 0;
border-radius: 0;
max-height: calc(100vh - 140px);
overflow-y: auto;
@include theme('dark') {
box-shadow: 0 -5px 5px rgba(0, 0, 0, 0.6);