Skip to content

Commit 21f8f7a

Browse files
committed
fix: activitybar items overflow
1 parent 6139027 commit 21f8f7a

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

src/workbench/activityBar/style.scss

+7-5
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,10 @@
1818
}
1919

2020
.#{$activityBar}-container {
21+
display: flex;
22+
flex-direction: column;
2123
height: 100%;
24+
justify-content: space-between;
2225
position: relative;
2326
width: 100%;
2427

@@ -27,11 +30,10 @@
2730
padding: 0;
2831
}
2932

30-
.global-items {
31-
bottom: 0;
32-
left: 0;
33-
position: absolute;
34-
right: 0;
33+
.normal-items {
34+
margin-bottom: auto;
35+
overflow: hidden;
36+
overflow-y: auto;
3537
}
3638
}
3739

0 commit comments

Comments
 (0)