Fix:When there are multiple lines of tabs, the second line is not visible

This commit is contained in:
zhangsixue 2023-04-14 21:11:19 +08:00
parent 49525b8634
commit 62223f9d68

View file

@ -53,7 +53,6 @@ webview.visible {
font-size: var(--tab-font-size); font-size: var(--tab-font-size);
display: none; display: none;
width: 100%; width: 100%;
height: 32px;
cursor: default; cursor: default;
-webkit-user-select: none; -webkit-user-select: none;
user-select: none; user-select: none;
@ -65,6 +64,7 @@ webview.visible {
.tabs { .tabs {
height: 100%; height: 100%;
z-index: 9999;
} }
.tab { .tab {