Skip to content

Commit 71cdd2b

Browse files
committed
fix: tab bar not appearing when opening image file
1 parent 05f6aed commit 71cdd2b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/styles/Extn-TabBar.less

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,13 @@
55
border-bottom: 1px solid #333;
66
position: relative;
77
overflow: hidden;
8+
z-index: 2;
89
}
910

1011

1112
.phoenix-tab-bar {
1213
flex: 1;
13-
height: 2.2rem;
14+
height: 2.1rem;
1415
display: flex;
1516
overflow-x: auto;
1617
overflow-y: hidden;
@@ -97,7 +98,7 @@
9798
color: #aaa;
9899
display: inline-flex;
99100
align-items: center;
100-
font-size: 0.9rem;
101+
font-size: 0.85rem;
101102
letter-spacing: 0.4px;
102103
word-spacing: 0.75px;
103104
white-space: nowrap;

0 commit comments

Comments
 (0)