diff --git a/css/style.css b/css/style.css index 869f483..ee9ae6d 100644 --- a/css/style.css +++ b/css/style.css @@ -408,6 +408,15 @@ body.form .search-form { visibility: visible; } +.disable-select { + user-select: none; + -webkit-user-select: none; + -khtml-user-select: none; + -moz-user-select: none; + -ms-user-select: none; +} + + @media (min-width: 500px) { .help { display: flex; diff --git a/index.html b/index.html index f5d02ae..b46c5f4 100644 --- a/index.html +++ b/index.html @@ -10,14 +10,14 @@
- + - +