diff --git a/static/css/landing.css b/static/css/landing.css index e0f1be7..cb0a54b 100644 --- a/static/css/landing.css +++ b/static/css/landing.css @@ -23,9 +23,11 @@ } .polls-list { + max-height: 80vh; display: flex; flex-direction: column; gap: 8px; + overflow-y: scroll; } .poll-entry { diff --git a/static/css/style.css b/static/css/style.css index ebda633..37ca841 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -28,8 +28,6 @@ header { .content { flex-grow: 1; z-index: 2; - left: 0px; - right: 0px; background-color: var(--primary-100); border-radius: 32px; box-shadow: 0px 5px 50px #e4e0dd;