poll_widget: Make the poll-vote button the top layer.

Fixes #24409.
This commit is contained in:
Daniil Fadeev 2023-02-28 12:52:55 +04:00 committed by Tim Abbott
parent 30719c9057
commit ae089da9cb
1 changed files with 5 additions and 0 deletions

View File

@ -109,6 +109,11 @@
}
.poll-vote {
/* This is to ensure that even when the list of poll-names overflows,
the voting button remains clickable and on top of all other containers. */
position: relative;
z-index: 1;
color: hsl(156, 41%, 40%);
border-color: hsl(156, 28%, 70%);
border-style: solid;