From 62223f9d682f35bff93db38d473653126139dfef Mon Sep 17 00:00:00 2001 From: zhangsixue Date: Fri, 14 Apr 2023 21:11:19 +0800 Subject: [PATCH] Fix:When there are multiple lines of tabs, the second line is not visible --- src/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/style.css b/src/style.css index bd4f81f..8e863aa 100644 --- a/src/style.css +++ b/src/style.css @@ -53,7 +53,6 @@ webview.visible { font-size: var(--tab-font-size); display: none; width: 100%; - height: 32px; cursor: default; -webkit-user-select: none; user-select: none; @@ -65,6 +64,7 @@ webview.visible { .tabs { height: 100%; + z-index: 9999; } .tab {