Skip to content

Commit 9156c29

Browse files
authored
Merge pull request #23 from playaround88/master
issue: 右边栏样式异常 #22
2 parents e182b2e + e5ff339 commit 9156c29

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

backend/frontend/static/style.css

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff 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 */

0 commit comments

Comments
 (0)