Fix bottom bar prevent board event on invisible part

This commit is contained in:
Jeremie Pardou-Piquemal 2021-04-10 20:42:12 +02:00 committed by Jérémie Pardou-Piquemal
parent ebd1046153
commit 4b0ad92a87

View file

@ -43,8 +43,10 @@ const ActionBar = styled.div`
width: 100%;
text-shadow: 1px 1px 2px #222;
font-size: 0.8em;
& > * {
pointer-events: none;
& > *:not(.spacer) {
padding: 0 1.5em;
pointer-events: all;
}
& .spacer {