- make polls list scroll only
main
Guy Davis 7 months ago
parent 1802cd49c6
commit 438d5527ae

@ -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;

Loading…
Cancel
Save

Powered by TurnKey Linux.