diff --git a/app/assets/stylesheets/application.css b/app/assets/stylesheets/application.css index 008dd79..02041d7 100644 --- a/app/assets/stylesheets/application.css +++ b/app/assets/stylesheets/application.css @@ -449,6 +449,9 @@ main { border-radius: 1.6rem; background-color: var(--clr-white); cursor: pointer; + user-select: none; + -webkit-user-select: none; + -webkit-tap-highlight-color: transparent; & div { position: relative; diff --git a/app/views/questions/result.html.erb b/app/views/questions/result.html.erb index 38d9a78..5bc4d82 100644 --- a/app/views/questions/result.html.erb +++ b/app/views/questions/result.html.erb @@ -4,7 +4,7 @@ %> -