From c11fa936420e589c87c4c31175b70a61e5d6c010 Mon Sep 17 00:00:00 2001 From: Akash Nimare Date: Thu, 1 Mar 2018 21:12:07 +0530 Subject: [PATCH] left-sidebar: Fix tooltip not visible on hover. Regression from https://github.com/zulip/zulip-electron/commit/c11089027c5fefc740b1c2fd61a4ea84f83ea5b0. --- app/renderer/css/main.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/renderer/css/main.css b/app/renderer/css/main.css index 30bee67f..ceef8aba 100644 --- a/app/renderer/css/main.css +++ b/app/renderer/css/main.css @@ -28,6 +28,7 @@ body { -webkit-app-region: drag; overflow: hidden; transition: all 0.5s ease; + z-index: 1; } .toggle-sidebar div { @@ -278,7 +279,7 @@ webview:focus { #setting-tooltip { font-family: sans-serif; background: #222c31; - margin-left: 68px; + margin-left: 45px; padding: 6px 8px; position: absolute; margin-top: 0px;