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

update scroll

This commit is contained in:
Luke Pulverenti 2016-04-11 14:43:24 -04:00
parent b9b228e2d8
commit 65da95c2ab
3 changed files with 9 additions and 8 deletions

View file

@ -16,12 +16,12 @@
},
"devDependencies": {},
"ignore": [],
"version": "1.2.17",
"_release": "1.2.17",
"version": "1.2.19",
"_release": "1.2.19",
"_resolution": {
"type": "version",
"tag": "1.2.17",
"commit": "3b194aa81bb6bb5303e5e42a4687f6a3b486a3eb"
"tag": "1.2.19",
"commit": "31e70d0eb2beebfcff7817b4e91177fbc16962b5"
},
"_source": "https://github.com/MediaBrowser/emby-webcomponents.git",
"_target": "^1.2.0",

View file

@ -1,8 +1,9 @@
.smoothScrollX {
overflow-x: scroll;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
overflow-y: hidden;
scroll-behavior: smooth;
white-space: nowrap;
}
.hiddenScrollX {