Fix bottom bar prevent board event on invisible part
This commit is contained in:
parent
ebd1046153
commit
4b0ad92a87
1 changed files with 3 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue