Fix scrolling on mobile

This commit is contained in:
Robin Townsend 2023-02-05 00:55:12 -05:00
parent 6adcf95aaa
commit 82ac775124

View File

@ -30,9 +30,6 @@ limitations under the License.
}
.videoTile * {
touch-action: none;
-moz-user-select: none;
-webkit-user-drag: none;
user-select: none;
}