Prevent sidebar buttons interfering with context menu

This commit is contained in:
James Lyne 2021-05-24 19:19:35 +01:00
parent 008c2da4c6
commit 8e4c3252bc

View File

@ -123,6 +123,7 @@ export default defineComponent({
justify-content: flex-end; justify-content: flex-end;
margin-bottom: 1rem; margin-bottom: 1rem;
pointer-events: auto; pointer-events: auto;
align-self: flex-end;
button { button {
width: 5rem; width: 5rem;