Skip to content

Commit 094539e

Browse files
committed
fix: global app scrollbar
1 parent 5851d54 commit 094539e

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

src/app/index.scss

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@
1212
.gc-app {
1313
display: flex;
1414
flex-direction: column;
15-
// FIXME: deprecated (find better solution)
16-
overflow: overlay;
1715
font-family: var(--ff-primary);
1816
background-color: var(--clr-background);
1917

@@ -27,5 +25,10 @@
2725

2826
.ant-layout {
2927
background-color: unset;
28+
29+
&-content {
30+
// FIXME: deprecated (find better solution)
31+
overflow: overlay;
32+
}
3033
}
3134
}

0 commit comments

Comments
 (0)