File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -463,7 +463,7 @@ body {
463463}
464464
465465.workspace-section {
466- padding-top : var (--space-xl );
466+ /* padding-top: var(--space-xl); */
467467 padding-bottom : var (--space-md );
468468 border-bottom : none;
469469}
@@ -581,7 +581,7 @@ body {
581581 flex-direction : column;
582582 min-height : 0 ;
583583 border-top : 1px solid var (--border-color );
584- margin-top : var (--space-xl );
584+ /* margin-top: var(--space-xl); */
585585}
586586
587587.section-notes .panel-header {
@@ -649,6 +649,7 @@ body {
649649
650650.panel-right {
651651 background : var (--bg-secondary );
652+ overflow-y : auto;
652653}
653654
654655.panel-header {
@@ -1137,6 +1138,7 @@ body {
11371138 flex : 1 ;
11381139 overflow-y : auto;
11391140 padding : var (--space-md );
1141+ min-height : 180px ;
11401142}
11411143
11421144/* Infographic Styles */
You can’t perform that action at this time.
0 commit comments