Made UI Elements disable when selecting to avoid interferance

This commit is contained in:
Ronnie 2025-05-27 22:06:58 -04:00
parent cc85cc9981
commit 634f8ee187
3 changed files with 33 additions and 4 deletions

View file

@ -969,4 +969,10 @@ h3 {
.mode-btn.active + .mode-info .info-text {
display: block;
animation: fadeIn 0.3s ease forwards;
}
.no-pointer-events {
pointer-events: none !important;
user-select: none !important;
opacity: 0.7;
}