diff --git a/web/index.html b/web/index.html
index 2cd2fce8ad04..4da68485e4c8 100644
--- a/web/index.html
+++ b/web/index.html
@@ -34,8 +34,9 @@
#drag-area {
-webkit-app-region: drag;
}
- input[type=text] {
- -webkit-user-select: text !important;
+ input::placeholder {
+ user-select: none;
+ -webkit-user-select: none
}
.disable-select * {
-webkit-user-select: none !important;