jitsi-meet-electron/app/index.html

20 lines
308 B
HTML
Raw Normal View History

<!DOCTYPE html>
<html>
<head>
<style>
body, html {
overflow: hidden;
}
body {
-webkit-app-region: drag
}
button, input {
-webkit-app-region: no-drag
}
</style>
</head>
<body>
<div id="app"></div>
</body>
</html>