From 09dc9a4639c3cdc2a3e7144de25c863c89bdf469 Mon Sep 17 00:00:00 2001 From: Bruno Alves de Faria Date: Mon, 23 Oct 2017 11:53:03 -0200 Subject: [PATCH] Fixing roundedButtonGroup z-index issues --- .../components/roundedButtonGroup/roundedButtonGroup.styl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Packages/ohif-design/components/roundedButtonGroup/roundedButtonGroup.styl b/Packages/ohif-design/components/roundedButtonGroup/roundedButtonGroup.styl index 2542be309..aaafcd153 100644 --- a/Packages/ohif-design/components/roundedButtonGroup/roundedButtonGroup.styl +++ b/Packages/ohif-design/components/roundedButtonGroup/roundedButtonGroup.styl @@ -3,6 +3,8 @@ $height = 25px .roundedButtonGroup + position: relative + z-index: 0 .roundedButtonWrapper cursor: pointer