diff --git a/data/interfaces/default/css/tautulli.css b/data/interfaces/default/css/tautulli.css index f8b15890..ccd6b351 100644 --- a/data/interfaces/default/css/tautulli.css +++ b/data/interfaces/default/css/tautulli.css @@ -927,6 +927,7 @@ a .users-poster-face:hover { -webkit-flex-grow: 1; flex-grow: 1; z-index: 1; + overflow: scroll; } .dashboard-activity-info-scroller.scrollbar-macosx > .scroll-element.scroll-y { left: 10px; diff --git a/data/interfaces/default/current_activity_instance.html b/data/interfaces/default/current_activity_instance.html index fcc1b592..1571ed7e 100644 --- a/data/interfaces/default/current_activity_instance.html +++ b/data/interfaces/default/current_activity_instance.html @@ -148,7 +148,7 @@ DOCUMENTATION :: END
-
+
  • Product
    diff --git a/data/interfaces/default/home_stats.html b/data/interfaces/default/home_stats.html index 3e1e118c..6ce864ce 100644 --- a/data/interfaces/default/home_stats.html +++ b/data/interfaces/default/home_stats.html @@ -141,7 +141,7 @@ DOCUMENTATION :: END % endif
-
+
    % for row in top_stat['rows']:
  • ${' / '.join(u for u in headers[section_type][1] if u)}
-
+
    % for section in data[section_type]: