Merge "Fix popups footer covering clickable content"

This commit is contained in:
jenkins-bot 2021-12-20 08:44:57 +00:00 committed by Gerrit Code Review
commit 55466c171a

View file

@ -53,6 +53,11 @@
position: absolute;
bottom: 0;
left: 0;
pointer-events: none; // Allows clicking 'through' the element
a {
pointer-events: auto;
}
}
}