fix minor issue in dashboard style, and improve scrollbar style

This commit is contained in:
Danny Morabito 2025-03-25 16:50:23 +01:00
parent 65eda5648c
commit 269dcde557
Signed by: dannym
GPG key ID: 7CC8056A5A04557E
3 changed files with 72 additions and 38 deletions

View file

@ -186,8 +186,8 @@ export class StyledButton extends LitElement {
}
private _handleClick(e: MouseEvent) {
e.preventDefault();
if (this.disabled || this.loading) {
e.preventDefault();
return;
}