Skip to content

Commit d9a7ac3

Browse files
author
chaoyuepan
committed
set scrollbar-y
1 parent 5e9a8f0 commit d9a7ac3

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

backend/frontend/static/style.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ body {
106106
display: flex !important;
107107
flex-direction: column !important;
108108
height: 100vh !important;
109-
overflow: hidden !important;
109+
overflow-y: auto !important;
110110
}
111111

112112
/* Header */
@@ -2437,7 +2437,6 @@ body {
24372437
/* Landing Page */
24382438
.landing-page {
24392439
flex: 1;
2440-
overflow-y: auto;
24412440
padding: var(--space-2xl) var(--space-xl);
24422441
max-width: 1200px;
24432442
margin: 0 auto;

0 commit comments

Comments
 (0)