Skip to content

Commit

Permalink
disable user select
Browse files Browse the repository at this point in the history
  • Loading branch information
MrXiaoM committed Oct 1, 2024
1 parent dd7f57b commit aba0e38
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions www/css/utatap.css
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ html {
left: 0;
font-size: 1rem;
cursor: pointer;
transition: .2s ease
transition: .2s ease;
user-select: none;
}

#bt_fs {
Expand All @@ -66,7 +67,8 @@ html {

#scene_main,
#scene_top {
width: 90%
width: 90%;
user-select: none;
}

#scene_loading {
Expand Down

0 comments on commit aba0e38

Please sign in to comment.