Disable user selection of UI elements

This commit is contained in:
PizZaKatZe 2021-12-31 15:27:08 +01:00
parent 8059af43e9
commit c55cad6227
2 changed files with 2 additions and 0 deletions

View file

@ -1066,6 +1066,7 @@ div.action.danger p.action-body{
width: 100%;
height: 100%;
pointer-events: none;
user-select: none;
& > div {
position: relative;