mirror of
https://ark.sudovanilla.org/Korbs/electron-tabs.git
synced 2024-12-23 03:53:53 +00:00
Fix:When there are multiple lines of tabs, the second line is not visible
This commit is contained in:
parent
49525b8634
commit
62223f9d68
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue