From d5c9d249083dcc7dae9793da94e058d4445bf874 Mon Sep 17 00:00:00 2001 From: Kyle Doherty <kyle.l.doherty@gmail.com> Date: Mon, 6 Jul 2015 19:16:34 -0700 Subject: [PATCH] ensure tooltips have a high enough z-index --- resources/frontend_client/app/components/tooltip/tooltip.css | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/frontend_client/app/components/tooltip/tooltip.css b/resources/frontend_client/app/components/tooltip/tooltip.css index 905230d6271..0d5afcb438b 100644 --- a/resources/frontend_client/app/components/tooltip/tooltip.css +++ b/resources/frontend_client/app/components/tooltip/tooltip.css @@ -8,6 +8,7 @@ color: #fff; pointer-events: none; border-radius: 4px; + z-index: 100000; } /* Creates a small triangle extender for the tooltip */ -- GitLab