We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e9a8f0 commit d9a7ac3Copy full SHA for d9a7ac3
1 file changed
backend/frontend/static/style.css
@@ -106,7 +106,7 @@ body {
106
display: flex !important;
107
flex-direction: column !important;
108
height: 100vh !important;
109
- overflow: hidden !important;
+ overflow-y: auto !important;
110
}
111
112
/* Header */
@@ -2437,7 +2437,6 @@ body {
2437
/* Landing Page */
2438
.landing-page {
2439
flex: 1;
2440
- overflow-y: auto;
2441
padding: var(--space-2xl) var(--space-xl);
2442
max-width: 1200px;
2443
margin: 0 auto;
0 commit comments