Fixed the bug where Next/Prev keyframe buttons would capture keydown events

This commit is contained in:
Aria Minaei 2021-08-10 17:55:06 +02:00
parent 1a8014be7f
commit bbb56ff94f

View file

@ -34,7 +34,7 @@ const Container = styled.div`
} }
` `
const Button = styled.button` const Button = styled.div`
background: none; background: none;
position: relative; position: relative;
border: 0; border: 0;