From d3ecadf2718647dbcd5014cb5f64e656777ce5d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ho=C3=A0ng=20=C4=90=E1=BB=A9c=20Hi=E1=BA=BFu?= Date: Mon, 14 May 2018 15:34:10 +0900 Subject: [PATCH] guiset: show hoverlink in front of active tab title --- src/css_util.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/css_util.ts b/src/css_util.ts index fba235de..2ebf5cb7 100644 --- a/src/css_util.ts +++ b/src/css_util.ts @@ -34,8 +34,8 @@ export const potentialRules = { none: `display: none !important;`, right: `right: 0; display: inline;`, left: ``, - "top-left": `top: 2em; display: inline;`, - "top-right": `top: 2em; right: 0; display: inline;`, + "top-left": `top: 2em; z-index: 2; display: inline;`, + "top-right": `top: 2em; z-index: 2; right: 0; display: inline;`, }, }, tabstoolbar: {