- make polls list scroll only
@ -23,9 +23,11 @@
}
.polls-list {
max-height: 80vh;
display: flex;
flex-direction: column;
gap: 8px;
overflow-y: scroll;
.poll-entry {
@ -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;
Powered by TurnKey Linux.