Made UI Elements disable when selecting to avoid interferance
This commit is contained in:
parent
cc85cc9981
commit
634f8ee187
3 changed files with 33 additions and 4 deletions
|
@ -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;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue