Added fix for emby-scroller element

This commit is contained in:
loof2736 2022-11-11 09:00:50 -05:00
parent c1707b1f0a
commit 1666496cad
2 changed files with 8 additions and 0 deletions

View File

@ -53,6 +53,10 @@
.layout-desktop .hideMainDrawer .mainDrawer {
left: -320px !important;
}
/* Fix for scroll menus on home page */
.emby-scroller {
margin-right: -2% !important;
}

View File

@ -55,6 +55,10 @@
.layout-desktop .hideMainDrawer .mainDrawer {
left: -320px !important;
}
/* Fix for scroll menus on home page */
.emby-scroller {
margin-right: -2% !important;
}