diff --git a/src/components/emby-button/emby-button.css b/src/components/emby-button/emby-button.css index b7d27a600..f6da6b040 100644 --- a/src/components/emby-button/emby-button.css +++ b/src/components/emby-button/emby-button.css @@ -149,6 +149,8 @@ .paper-icon-button-light > img { width: 1.72em; + /* Can't use 100% height or it will stretch past the boundaries in safari */ + /*height: 100%;*/ max-height: 100%; /* Make sure its on top of the ripple */ position: relative;