Skip to content

Commit b42d02e

Browse files
devvaannshabose
authored andcommitted
fix: hide scroll bar to reduce screen clutter
1 parent 0ad6f65 commit b42d02e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/styles/Extn-TabBar.less

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,14 @@
3030
}
3131

3232
.phoenix-tab-bar::-webkit-scrollbar {
33-
height: 0.25rem;
33+
display: none;
3434
}
3535

3636
.overflow-button,
3737
.overflow-button-2 {
3838
display: flex;
3939
align-items: center;
40-
height: 2rem;
40+
height: 2.1rem;
4141
padding: 0 0.5rem;
4242
cursor: pointer;
4343
position: relative;

0 commit comments

Comments
 (0)