web/ChangelogEntry: allow saving banners on right click

This commit is contained in:
wukko
2024-10-01 21:15:57 +06:00
parent eaf87dc9a2
commit 85bfb6535e

View File

@@ -146,6 +146,7 @@
width: 100%; width: 100%;
aspect-ratio: 16/9; aspect-ratio: 16/9;
border-radius: var(--padding); border-radius: var(--padding);
pointer-events: all;
} }
.changelog-banner.loading { .changelog-banner.loading {