Scrolling outputs panel, fixes #780
This commit is contained in:
@ -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);
|
||||
|
||||
Reference in New Issue
Block a user