Enable pointer events for disabled button in app.css

This commit is contained in:
2026-04-02 22:20:16 +02:00
parent 6b60827c22
commit 300e04b6d1

View File

@@ -690,7 +690,7 @@ button:disabled {
background: linear-gradient(180deg, rgba(8, 10, 14, 0.12) 0%, rgba(8, 10, 14, 0.58) 100%);
border: 1px solid rgba(255, 255, 255, 0.12);
border-radius: 18px;
pointer-events: none;
pointer-events: auto;
}
.viewport-canvas__fallback-title,