allow html5 volume changing

This commit is contained in:
Feross Aboukhadijeh
2016-03-03 17:18:56 -08:00
parent 6ee263b8e3
commit db29ba7535

View File

@@ -19,13 +19,13 @@ body {
line-height: 1.5em;
margin: 0;
padding: 0;
-webkit-user-select: none;
-webkit-app-region: drag;
width: 100%;
overflow: hidden;
}
.app {
-webkit-user-select: none;
-webkit-app-region: drag;
height: 100%;
}