Skip to content

Commit 4710cb9

Browse files
authored
fix namespaces scroll (#154)
1 parent 9487fc0 commit 4710cb9

File tree

1 file changed

+4
-14
lines changed

1 file changed

+4
-14
lines changed

core/libs/sidebar/src/lib/workspace/workspace-file-list/workspace-file-list.component.scss

Lines changed: 4 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -50,22 +50,12 @@
5050
}
5151

5252
.namespaces {
53-
overflow-y: auto;
54-
overflow-x: clip;
5553
margin: -16px;
5654
flex: 1;
57-
58-
&::-webkit-scrollbar {
59-
display: none;
60-
opacity: 0;
61-
}
62-
63-
&:hover {
64-
&::-webkit-scrollbar {
65-
display: block;
66-
opacity: 1;
67-
}
68-
}
55+
width: 100%;
56+
overflow-y: scroll;
57+
height: calc(100% - 95px);
58+
overflow-x: hidden;
6959

7060
.namespace {
7161
display: flex;

0 commit comments

Comments
 (0)