mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
fix issue clicking on latest tv
This commit is contained in:
parent
b1043b093c
commit
331bb267fd
4 changed files with 11 additions and 6 deletions
|
@ -45,10 +45,17 @@
|
|||
margin-left: 0;
|
||||
}
|
||||
|
||||
/* jQuery mobile adds a text shadow that seems unnecessary. */
|
||||
* {
|
||||
text-shadow: none !important;
|
||||
}
|
||||
|
||||
/* Remove IE mobile 300ms tap delay */
|
||||
html {
|
||||
-ms-touch-action: manipulation;
|
||||
touch-action: manipulation;
|
||||
}
|
||||
|
||||
body {
|
||||
overflow-y: scroll !important;
|
||||
font-size: 13px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue