mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-14 02:26:58 -07:00
commit
16a09407e4
41 changed files with 158 additions and 8 deletions
|
@ -1725,6 +1725,7 @@ a:hover .item-children-poster {
|
|||
padding-left: 80px;
|
||||
width: 100%;
|
||||
height: 120px;
|
||||
overflow: hidden;
|
||||
}
|
||||
.home-platforms-instance-name {
|
||||
color: #fff;
|
||||
|
@ -2468,7 +2469,8 @@ a .home-platforms-instance-list-oval:hover,
|
|||
bottom: 0;
|
||||
left: 0;
|
||||
overflow-x: hidden;
|
||||
overflow-y: auto;
|
||||
overflow-y: scroll;
|
||||
-webkit-overflow-scrolling: touch;
|
||||
|
||||
}
|
||||
::-webkit-scrollbar {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue