From 9ab6756e39ce7dcc7eb97771180bab92ba213ce0 Mon Sep 17 00:00:00 2001 From: dkanada Date: Thu, 12 Sep 2019 06:05:40 -0700 Subject: [PATCH] add back comment about clipping --- src/components/emby-button/emby-button.css | 2 ++ 1 file changed, 2 insertions(+) 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;