1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Merge pull request #2269 from jellyfin/dkanada-patch-1

Fix issue with double click fullscreen
This commit is contained in:
dkanada 2020-12-27 22:32:20 +09:00 committed by GitHub
commit b64f50307d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -265,6 +265,7 @@
justify-content: center;
align-items: center;
position: absolute;
pointer-events: none;
top: 0;
bottom: 0;
right: 0;