From 844c33a0244eb79a47a358586654541e6f47003f Mon Sep 17 00:00:00 2001 From: "Manu Mtz.-Almeida" Date: Thu, 27 Sep 2018 17:06:03 +0200 Subject: [PATCH] fix(fab-button): ripple-effect in safari fixes #15768 --- core/src/components/tabbar/tab-button.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/core/src/components/tabbar/tab-button.scss b/core/src/components/tabbar/tab-button.scss index 2fff3cd560..8feeecdfd4 100644 --- a/core/src/components/tabbar/tab-button.scss +++ b/core/src/components/tabbar/tab-button.scss @@ -26,6 +26,7 @@ text-decoration: none; cursor: pointer; + overflow: hidden; box-sizing: border-box; -webkit-user-drag: none; }