diff options
author | Saúl Ibarra Corretgé <s@saghul.net> | 2018-06-21 09:55:45 +0200 |
---|---|---|
committer | Hristo Terezov <hristo@jitsi.org> | 2018-06-28 14:56:55 -0500 |
commit | 1d3cfbb5692e6d97ee60e9ff04f9fab663f930e2 (patch) | |
tree | 8b44e30be2da1b5dd272e3e9c44f318ed71a481a /app/index.html | |
parent | 79db9fab88a306fc67d9ced3c5d50b8195adaa74 (diff) |
Improve dragging experience
The entire page is draggable, except:
- buttons
- any input type
- the filmstrip
- the chat panel
Diffstat (limited to 'app/index.html')
-rw-r--r-- | app/index.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/index.html b/app/index.html index 45a0543..1df451e 100644 --- a/app/index.html +++ b/app/index.html @@ -8,6 +8,9 @@ body { -webkit-app-region: drag } + button, input { + -webkit-app-region: no-drag + } </style> </head> <body> |